Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
65311 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.darcs-boring 783 B
#Top-level dirs:
^alex/
^common-rts/
^compiler/
^CONTRIB/
^dll/
^greencard/
^green-card/
^haddock/
^haggis/
^happy/
^hdirect/
^hood/
^hslibs/
^hws/
^hx/
^libraries/
^literate/
^mhms/
^mkworld/
^nofib/
^includes/
^lib/
^misc/
^mkworld/
^runtime/
^utils/
^driver/
^testsuite/
# 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$