From 96ef2a76576560570cfeb73c352c8dabd6d0f382 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Mon, 9 Jan 2012 02:52:43 +0000
Subject: [PATCH] restore .gitignore, stop .darcs-boringfile it

---
 .darcs-boringfile |  1 -
 .gitignore        | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 .gitignore

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
-- 
2.45.2