.boring: Ignoring .gitignore files and bin/*.
This commit is contained in:
parent
337b5626f2
commit
30b21cce87
4
.boring
4
.boring
@ -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:]]*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user