forked from haskell/c2hs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.boring
59 lines (59 loc) · 843 Bytes
/
.boring
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Project specific
\.setup-config$
autom4te\.cache
c2hs\.spec$
c2hs/c/CLexer\.hs$
c2hs/c/CParser\.hs$
c2hs/c2hs$
c2hs/c2hs-inplace$
c2hs/tests/.*\.hs$
c2hs/tests/.*\.h$
\.chi$
c2hs/tests/enums$
c2hs/tests/marsh$
c2hs/tests/pointer$
c2hs/tests/structs$
c2hs/toplevel/C2HSConfig\.hs$
c2hs/toplevel/Version\.hs$
config\.log$
config\.status$
configure$
^dist
doc/c2hs/Makefile$
doc/c2hs/.*\.html$
doc/c2hs/.*\.txt$
doc/c2hs/man1/c2hs.1
postInst\.sh
#
# Boring file regexps:
\.hi$
\.o$
\.o\.cmd$
\.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$