Skip to content

Commit

Permalink
Changes to .gitignore:
Browse files Browse the repository at this point in the history
 - only ignore Makefile at the top-level
 - ignore stuff produced by the RPM build process
  • Loading branch information
Robin Bowes committed Jul 30, 2009
1 parent d7e8ecb commit 3951d16
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
@@ -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

Expand Down

0 comments on commit 3951d16

Please sign in to comment.