]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
mutable/layout.py: make unpack_sdmf_checkstring and unpack_mdmf_checkstring more...
[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 \.gitignore$
33 \.py[co]$
34 \#
35 \.cvsignore$
36 (^|/)Thumbs\.db$
37 (^|/)autom4te\.cache($|/)
38
39 ^_trial_temp.*($|/)
40 ^\.buildbot($|/)
41 ^MANIFEST$
42 ^dist($|/)
43 ^debian($|/)
44
45 ^build($|/)
46 ^build-stamp$
47 ^python-build-stamp-2.[4567]$
48 ^\.coverage$
49 ^coverage-html($|/)
50 ^twisted/plugins/dropin\.cache$
51 ^\.coverage\.el$
52 ^_test_memory($|/)
53
54 # _version.py is generated at build time, and never checked in
55 ^src/allmydata/_version\.py$
56 # _appname.py is generated at build time, and never checked in
57 ^src/allmydata/_appname\.py$
58
59 # bin/tahoe scripts (not including tahoe-script.template) are generated files
60 ^bin/tahoe$
61 ^bin/tahoe\.pyscript$
62 ^bin/tahoe-script\.py$
63
64 # this file is maintained by the buildbot
65 ^\.buildbot-sourcedata$
66
67 # automatically-built dependencies (using the 'build-deps' target) go here
68 ^support
69
70 # creating a tahoe egg puts files here
71 allmydata_tahoe.egg-info$
72 ^Twisted-.*\.egg/
73
74 # zipped .eggs are boring, contents of .egg directories are not
75 ^.*\.egg$
76
77 ^\.checked-deps$
78 ^\.built$
79
80 ^misc/dependencies/build($|/)
81 ^misc/dependencies/temp($|/)
82
83 ^tahoe-deps($|/)
84 ^tahoe-deps\.tar\.gz$