]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
Add more tests for comment:53 in ticket #778
[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 and bin/tahoe-script.py are now generated files
69 ^bin/tahoe$
70 ^bin/tahoe-script\.py$
71
72 # this file is maintained by the buildbot
73 ^\.buildbot-sourcedata$
74
75 # automatically-build dependencies (using the 'build-deps' target) go here
76 ^support
77 # if ez_setup.py needs to build setuptools, that goes here
78 ^setuptools-.*.egg$
79 # creating a tahoe egg puts files here
80 allmydata_tahoe.egg-info$
81 ^Twisted-.*.egg($|/)
82
83 ^\.checked-deps$
84 ^\.built$
85
86 # if setup.py needs to install plugins from eggs to satisfy setup_requires:
87 ^setuptools_trial.*.egg$
88 ^setuptools_darcs.*.egg$
89 ^darcsver.*.egg$
90 ^pyutil.*.egg$
91
92 ^misc/dependencies/build($|/)
93 ^misc/dependencies/temp($|/)
94
95 ^tahoe-deps($|/)
96 ^tahoe-deps\.tar\.gz$