diff options
author | John Goerzen <jgoerzen@complete.org> | 2005-11-28 18:10:18 +0000 |
---|---|---|
committer | John Goerzen <jgoerzen@complete.org> | 2005-11-28 18:10:18 +0000 |
commit | e81d2d006c509e0518cc2ee89d1e884dbfcfd84a (patch) | |
tree | b34a399025d6f016e0194eb95c0ad81608f7c7cb /.darcs-boring | |
download | haskell-e81d2d006c509e0518cc2ee89d1e884dbfcfd84a.tar.gz |
Added boring file based on default
Diffstat (limited to '.darcs-boring')
-rw-r--r-- | .darcs-boring | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.darcs-boring b/.darcs-boring new file mode 100644 index 0000000000..f914da0a6c --- /dev/null +++ b/.darcs-boring @@ -0,0 +1,34 @@ +# 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$ |