From a7dc3875f15f9600e011c313c8846de6af3a2c8c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 12 Oct 2010 08:26:50 -0500 Subject: contrib/ follow-up work * Add a .gitignore file * Use the same 'GEN' output we have in the scripts/ Makefile when doing our edits on the .in files * Remove PKGBUILD.vim and vimprojects from our edit list, they have no need to be in the list Signed-off-by: Dan McGee --- contrib/vimprojects | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 contrib/vimprojects (limited to 'contrib/vimprojects') diff --git a/contrib/vimprojects b/contrib/vimprojects new file mode 100644 index 00000000..e9adfdf1 --- /dev/null +++ b/contrib/vimprojects @@ -0,0 +1,25 @@ +This is a project file +for the vim-project plugin. +Save it as ~/.vimprojects + +$ pacman -S vim-project +change the pacman path below +$ vim +:Project + +Press \r in the project view +on a project name to generate +the list of files + +pacman=~/devel/pacman/ CD=. filter="*.ac *.am" flags=S { + libalpm=lib/libalpm/ filter="*.c *.h *.am" { + } + pacman=src/pacman/ filter="*.c *.h *.am" { + } + scripts=scripts/ filter="*.sh.in *.py.in *.am" { + } + utils=src/util filter="*.c *.h *.am" { + } + contrib=contrib CD=. { + } +} -- cgit v1.2.3-54-g00ecf