mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
39 lines
576 B
Plaintext
39 lines
576 B
Plaintext
|
# 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($|/)
|
||
|
|
||
|
^client-basedir($|/)
|
||
|
^queen-basedir($|/)
|