diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-12 15:26:50 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-12 15:26:50 +0200 |
commit | a7dc3875f15f9600e011c313c8846de6af3a2c8c (patch) | |
tree | 978c7cdb44c03e617ad5f67f2a7bf35bb07d845a /contrib/.gitignore | |
parent | 5fcb005ebd270c1ecff3403695680145253961a2 (diff) | |
download | pacman-a7dc3875f15f9600e011c313c8846de6af3a2c8c.tar.gz 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/.gitignore')
-rw-r--r-- | contrib/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/.gitignore b/contrib/.gitignore new file mode 100644 index 00000000..91044765 --- /dev/null +++ b/contrib/.gitignore @@ -0,0 +1,9 @@ +bacman +bash_completion +pacdiff +paclist +pacscripts +pacsearch +pactree +wget-xdelta.sh +zsh_completion |