Changes to .gitignore:

- only ignore Makefile at the top-level
 - ignore stuff produced by the RPM build process
This commit is contained in:
Robin Bowes 2009-07-31 00:01:37 +01:00
parent d7e8ecbf77
commit 3951d16ea0

8
.gitignore vendored
View File

@ -1,9 +1,15 @@
config/
pm_to_blib
blib/
Makefile
# only ignore top-level Makefile; we need the one in packaging/rpm!
/Makefile
Makefile.[a-z]*
# ignore file produced by rpm build process
/packaging/rpm/qpsmtpd.spec
packaging/rpm/build/
*~
*.bak