forked from skogsbaer/hscurses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
boring
61 lines (60 loc) · 950 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
60
61
# 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$
^AUTHORS$
^HSCurses/CWString\.hs$
^HSCurses/CWString_hsc\.c$
^HSCurses/CWString_hsc\.h$
^HSCurses/Curses\.hs$
^HSCurses/Curses_hsc\.c$
^HSCurses/Curses_hsc\.h$
^HSCurses/IConv\.hs$
^HSCurses/IConv_hsc\.c$
^aclocal\.m4$
^autom4te\.cache
^cbits/config\.h$
^depend$
^example/\.hscurses\.log$
^example/cm$
^hscurses\.conf$
^hscurses\.conf\.m4$
^hscurses\.conf\.m4\.in$
^libhscurses\.a$
^mk/config\.mk$
^tests/widget-test/edit-test$
^tests/widget-test/table-test$
^tests/widget-test/text-test$
^dist/
^dist$
^hscurses.buildinfo$
^config.log$
^config.status$