Skip to content
Snippets Groups Projects
Commit 32f3b228 authored by Simon Marlow's avatar Simon Marlow
Browse files

add boring files from a build tree

parent 6f64b046
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,15 @@ ...@@ -61,7 +61,15 @@
^libraries/xhtml/ ^libraries/xhtml/
# Boring file regexps: # Boring file regexps:
\.hi$ \.hi$
\.hi-boot$
\.o-boot$
\.p_o$
\.debug_o$
\.thr_o$
\.thr_p_o$
\.thr_debug_o$
\.o$ \.o$
\.a$
\.o\.cmd$ \.o\.cmd$
# *.ko files aren't boring by default because they might # *.ko files aren't boring by default because they might
# be Korean translations rather than kernel modules. # be Korean translations rather than kernel modules.
...@@ -93,3 +101,31 @@ ...@@ -93,3 +101,31 @@
\# \#
\.cvsignore$ \.cvsignore$
(^|/)Thumbs\.db$ (^|/)Thumbs\.db$
\.depend$
\.depend-.*$
^compiler/primop-
^compiler/cmm/CmmLex.hs$
^compiler/cmm/CmmParse.hs$
^compiler/main/Config.hs$
^compiler/parser/ParsePkgConf.hs$
^compiler/parser/Parser.y$
^compiler/parser/Parser.hs$
^compiler/parser/Lexer.hs$
^compiler/parser/ParserCore.hs$
^compiler/prelude/primops.txt$
^compiler/stage1
^compiler/stage2
^compiler/stage3
^mk/build.mk$
^mk/config.h.in$
^mk/config.h$
^mk/config.mk$
^mk/stamp-h$
(^|/)autom4te.cache($|/)
^rts/AutoApply.*cmm$
package.conf.inplace$
package.conf.installed$
(^|/)config.log$
(^|/)config.status$
(^|/)configure$
^ghc.spec$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment