Skip to content

Commit

Permalink
Added .boring file
Browse files Browse the repository at this point in the history
darcs-hash:20081003031858-3cc5d-ab543fbb1770784c95ca5e8fa5d16ccc4d930e33.gz
  • Loading branch information
Gary King committed Oct 3, 2008
1 parent 849424c commit adcc46e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .boring
@@ -0,0 +1,39 @@
# Boring file regexps:
\.hi$
\.o$
\.o\.cmd$
# *.ko files aren't boring by default because they might
# be Korean translations rather than kernel modules.
# \.ko$
\.ko\.cmd$
\.mod\.c$
(^|/)\.tmp_versions($|/)
(^|/)CVS($|/)
(^|/)RCS($|/)
~$
#(^|/)\.[^/]
(^|/)_darcs($|/)
\.bak$
\.BAK$
\.orig$
(^|/)vssver\.scc$
\.swp$
(^|/)MT($|/)
(^|/)\{arch\}($|/)
(^|/).arch-ids($|/)
(^|/),
\.class$
\.prof$
(^|/)\.DS_Store$
(^|/)BitKeeper($|/)
(^|/)ChangeSet($|/)
(^|/)\.svn($|/)
\.py[co]$
\#
\.cvsignore$
(^|/)Thumbs\.db$
(^|/)autom4te\.cache($|/)
(^|/)scratch($|/)
(^|/)two words($|/)
(^|/)test-results($|/)
\.dribble

0 comments on commit adcc46e

Please sign in to comment.