]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
docs/write_coordination.rst: fix formatting and add more specific warning about acces...
[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 ^client-basedir
40 ^queen-basedir($|/)
41 ^_trial_temp.*($|/)
42 ^\.buildbot($|/)
43 ^MANIFEST$
44 ^dist($|/)
45 ^debian($|/)
46
47 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe($|/)
48 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.\w+\.debhelper$
49 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.substvars$
50 ^misc/(dapper|sid|feisty)/debian/files$
51
52 ^build($|/)
53 ^build-stamp$
54 ^python-build-stamp-2.[45]$
55 ^\.coverage$
56 ^coverage-html($|/)
57 ^twisted/plugins/dropin\.cache$
58 ^\.coverage\.el$
59 ^_test_memory($|/)
60
61 # _version.py is generated at build time, and never checked in
62 ^src/allmydata/_version\.py$
63 # _appname.py is generated at build time, and never checked in
64 ^src/allmydata/_appname\.py$
65 # src/allmydata/_auto_deps.py is copied into place at build time, and never checked in
66 ^src/allmydata/_auto_deps\.py$
67
68 # bin/tahoe scripts (not including tahoe-script.template) are generated files
69 ^bin/tahoe$
70 ^bin/tahoe\.pyscript$
71 ^bin/tahoe-script\.py$
72
73 # this file is maintained by the buildbot
74 ^\.buildbot-sourcedata$
75
76 # automatically-built dependencies (using the 'build-deps' target) go here
77 ^support
78
79 # creating a tahoe egg puts files here
80 allmydata_tahoe.egg-info$
81 ^Twisted-.*\.egg/
82
83 # zipped .eggs are boring, contents of .egg directories are not
84 ^.*\.egg$
85
86 ^\.checked-deps$
87 ^\.built$
88
89 ^misc/dependencies/build($|/)
90 ^misc/dependencies/temp($|/)
91
92 ^tahoe-deps($|/)
93 ^tahoe-deps\.tar\.gz$