diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-12 08:26:50 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-12 08:26:50 -0500 |
commit | a7dc3875f15f9600e011c313c8846de6af3a2c8c (patch) | |
tree | 978c7cdb44c03e617ad5f67f2a7bf35bb07d845a /contrib/vimprojects.in | |
parent | 5fcb005ebd270c1ecff3403695680145253961a2 (diff) | |
download | pacman-a7dc3875f15f9600e011c313c8846de6af3a2c8c.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'contrib/vimprojects.in')
-rw-r--r-- | contrib/vimprojects.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/vimprojects.in b/contrib/vimprojects.in deleted file mode 100644 index e9adfdf1..00000000 --- a/contrib/vimprojects.in +++ /dev/null @@ -1,25 +0,0 @@ -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=. { - } -} |