From: Brian Warner Date: Mon, 9 Jan 2012 02:52:43 +0000 (+0000) Subject: restore .gitignore, stop .darcs-boringfile it X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=96ef2a76576560570cfeb73c352c8dabd6d0f382;p=tahoe-lafs%2Ftahoe-lafs.git restore .gitignore, stop .darcs-boringfile it --- diff --git a/.darcs-boringfile b/.darcs-boringfile index 27de70f9..e26aa6dd 100644 --- a/.darcs-boringfile +++ b/.darcs-boringfile @@ -29,7 +29,6 @@ (^|/)ChangeSet($|/) (^|/)\.svn($|/) (^|/)\.git($|/) -\.gitignore$ \.py[co]$ \# \.cvsignore$ diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..958ddd4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +*.pyc +*.pyo + +/build/ +/support/ + +# these are generated at build time, and never checked in +/src/allmydata/_version.py +/src/allmydata/_appname.py + +# these are generated too +/bin/tahoe +/bin/tahoe.pyscript +/bin/tahoe-script.py + +/.built +/src/allmydata_tahoe.egg-info/ +Twisted-*.egg + +/_trial_temp* +/dist/ +/twisted/plugins/dropin.cache