5 # *.ko files aren't boring by default because they might
6 # be Korean translations rather than kernel modules.
10 (^|/)\.tmp_versions($|/)
37 (^|/)autom4te\.cache($|/)
47 ^python-build-stamp-2.[4567]$
50 ^twisted/plugins/dropin\.cache$
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$
59 # bin/tahoe scripts (not including tahoe-script.template) are generated files
62 ^bin/tahoe-script\.py$
64 # this file is maintained by the buildbot
65 ^\.buildbot-sourcedata$
67 # automatically-built dependencies (using the 'build-deps' target) go here
70 # creating a tahoe egg puts files here
71 allmydata_tahoe.egg-info$
74 # zipped .eggs are boring, contents of .egg directories are not
80 ^misc/dependencies/build($|/)
81 ^misc/dependencies/temp($|/)