post-repo-split cleanup
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Mon, 20 Jun 2011 04:47:52 +0000 (21:47 -0700)
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Mon, 20 Jun 2011 04:47:52 +0000 (21:47 -0700)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..54ac075
--- /dev/null
@@ -0,0 +1,10 @@
+#=========================================================================
+# Git Ignore Files
+#=========================================================================
+# We explicitly ignore a default build directory and the autoconf
+# generated autom4te.cache directory. This makes it easy to do a clean
+# build under the source directory and still have it appear clean to git.
+
+build/
+autom4te.cache/
+