]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
NEWS.rst: hyperlink reference fixes. refs #1776
[tahoe-lafs/tahoe-lafs.git] / .darcs-boringfile
1 # Boring file regexps:
2 \.hi$
3 \.o$
4 \.o\.cmd$
5 # *.ko files aren't boring by default because they might
6 # be Korean translations rather than kernel modules.
7 # \.ko$
8 \.ko\.cmd$
9 \.mod\.c$
10 (^|/)\.tmp_versions($|/)
11 (^|/)CVS($|/)
12 (^|/)RCS($|/)
13 ~$
14 #(^|/)\.[^/]
15 (^|/)_darcs($|/)
16 \.bak$
17 \.BAK$
18 \.orig$
19 (^|/)vssver\.scc$
20 \.swp$
21 (^|/)MT($|/)
22 (^|/)\{arch\}($|/)
23 (^|/).arch-ids($|/)
24 (^|/),
25 \.class$
26 \.prof$
27 (^|/)\.DS_Store$
28 (^|/)BitKeeper($|/)
29 (^|/)ChangeSet($|/)
30 (^|/)\.svn($|/)
31 (^|/)\.git($|/)
32 \.py[co]$
33 \#
34 \.cvsignore$
35 (^|/)Thumbs\.db$
36 (^|/)autom4te\.cache($|/)
37
38 ^_trial_temp.*($|/)
39 ^\.buildbot($|/)
40 ^MANIFEST$
41 ^dist($|/)
42 ^debian($|/)
43
44 ^build($|/)
45 ^build-stamp$
46 ^python-build-stamp-2.[4567]$
47 ^\.coverage$
48 ^coverage-html($|/)
49 ^twisted/plugins/dropin\.cache$
50 ^\.coverage\.el$
51 ^_test_memory($|/)
52
53 # _version.py is generated at build time, and never checked in
54 ^src/allmydata/_version\.py$
55 # _appname.py is generated at build time, and never checked in
56 ^src/allmydata/_appname\.py$
57
58 # bin/tahoe scripts (not including tahoe-script.template) are generated files
59 ^bin/tahoe$
60 ^bin/tahoe\.pyscript$
61 ^bin/tahoe-script\.py$
62
63 # this file is maintained by the buildbot
64 ^\.buildbot-sourcedata$
65
66 # automatically-built dependencies (using the 'build-deps' target) go here
67 ^support
68
69 # creating a tahoe egg puts files here
70 allmydata_tahoe.egg-info$
71 ^Twisted-.*\.egg/
72
73 # zipped .eggs are boring, contents of .egg directories are not
74 ^.*\.egg$
75
76 ^\.checked-deps$
77 ^\.built$
78
79 ^misc/dependencies/build($|/)
80 ^misc/dependencies/temp($|/)
81
82 ^tahoe-deps($|/)
83 ^tahoe-deps\.tar\.gz$