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