]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
boringfile: ignore .checked-deps
[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 \.py[co]$
32 \#
33 \.cvsignore$
34 (^|/)Thumbs\.db$
35 (^|/)autom4te\.cache($|/)
36
37 ^client-basedir
38 ^queen-basedir($|/)
39 ^_trial_temp($|/)
40 ^\.buildbot($|/)
41 ^MANIFEST$
42 ^dist($|/)
43 ^debian($|/)
44
45 ^misc/(dapper|sid|feisty)/debian/allmydata
46 ^misc/(dapper|sid|feisty)/debian/files$
47 ^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap($|/)
48 ^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.postinst\.debhelper$
49 ^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.prerm\.debhelper$
50 ^src/foolscap/misc/(dapper|sid|feisty)/debian/python-foolscap\.substvars$
51 ^src/foolscap/misc/(dapper|sid|feisty)/debian/files$
52 ^src/foolscap/python-build-stamp
53
54 ^build($|/)
55 ^build-stamp$
56 ^python-build-stamp-2.[45]$
57 ^\.figleaf$
58 ^coverage-html($|/)
59 ^twisted/plugins/dropin\.cache$
60 ^\.figleaf\.el$
61 ^instdir($|/)
62 ^src/zfec/build($|/)
63 ^_test_memory($|/)
64
65 # _version.py is generated at build time, and never checked in
66 ^src/allmydata/_version\.py$
67
68 ^src/foolscap/build($|/)
69 ^src/zfec/zfec.egg-info($|/)
70 ^src/simplejson/build($|/)
71 ^src/simplejson/dist($|/)
72 ^src/simplejson/simplejson\.egg-info($|/)
73
74 # this file is maintained by the buildbot
75 ^\.buildbot-sourcedata$
76
77 # automatically-build dependencies (using the 'build-deps' target) go here
78 ^support
79 # if ez_setup.py needs to build setuptools, that goes here
80 ^setuptools-.*.egg$
81 # creating a tahoe egg puts files here
82 ^allmydata_tahoe.egg-info
83 # the 'build-deps' commands results in this directory:
84 ^tahoe_deps.egg-info
85
86 # generated crypto extension modules
87 ^src/allmydata/Crypto/[^/]*/.*\.so$
88
89 ^\.checked-deps$