Changes to .gitignore:
- only ignore Makefile at the top-level - ignore stuff produced by the RPM build process
This commit is contained in:
parent
d7e8ecbf77
commit
3951d16ea0
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user