]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - .darcs-boringfile
.darcs-boringfile: ignore .git, I'm starting to play around with it
[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 ^client-basedir
39 ^queen-basedir($|/)
40 ^_trial_temp($|/)
41 ^\.buildbot($|/)
42 ^MANIFEST$
43 ^dist($|/)
44 ^debian($|/)
45
46 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe($|/)
47 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.\w+\.debhelper$
48 ^misc/(dapper|sid|feisty)/debian/allmydata-tahoe\.substvars$
49 ^misc/(dapper|sid|feisty)/debian/files$
50
51 ^build($|/)
52 ^build-stamp$
53 ^python-build-stamp-2.[45]$
54 ^\.figleaf$
55 ^coverage-html($|/)
56 ^twisted/plugins/dropin\.cache$
57 ^\.figleaf\.el$
58 ^_test_memory($|/)
59
60 # _version.py is generated at build time, and never checked in
61 ^src/allmydata/_version\.py$
62 # _appname.py is generated at build time, and never checked in
63 ^src/allmydata/_appname\.py$
64 # src/allmydata/_auto_deps.py is copied into place at build time, and never checked in
65 ^src/allmydata/_auto_deps\.py$
66
67 # bin/tahoe and bin/tahoe-script.py are now generated files
68 ^bin/tahoe$
69 ^bin/tahoe-script\.py$
70
71 # this file is maintained by the buildbot
72 ^\.buildbot-sourcedata$
73
74 # automatically-build dependencies (using the 'build-deps' target) go here
75 ^support
76 # if ez_setup.py needs to build setuptools, that goes here
77 ^setuptools-.*.egg$
78 # creating a tahoe egg puts files here
79 allmydata_tahoe.egg-info$
80 ^Twisted-.*.egg($|/)
81
82 ^\.checked-deps$
83 ^\.built$
84
85 # if setup.py needs to install plugins from eggs to satisfy setup_requires:
86 ^setuptools_trial.*.egg$
87 ^setuptools_darcs.*.egg$
88 ^darcsver.*.egg$
89 ^pyutil.*.egg$
90
91 ^misc/dependencies/build($|/)
92 ^misc/dependencies/temp($|/)
93
94 ^tahoe-deps($|/)
95 ^tahoe-deps\.tar\.gz$