.boring: Ignoring .gitignore files and bin/*.

This commit is contained in:
Trygve Laugstol 2011-06-20 20:10:38 +00:00
parent 337b5626f2
commit 30b21cce87

View File

@ -66,6 +66,7 @@
(^|/)\.hg($|/)
# git
(^|/)\.git($|/)
(^|/)\.gitignore($|/)
# bzr
\.bzr$
# sccs
@ -127,5 +128,8 @@ tools/simplifyprof
# site stuff not explicitly added
site/.*
# compiled binaries
bin/*
# branch repos
(^|/)b[[:digit:]]*