Import structure
authorChad La Joie <clajoie@gmail.com>
Mon, 13 Feb 2006 00:22:27 +0000 (00:22 +0000)
committerChad La Joie <clajoie@gmail.com>
Mon, 13 Feb 2006 00:22:27 +0000 (00:22 +0000)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f786faa
--- /dev/null
@@ -0,0 +1,17 @@
+# A simulation of Subversion default ignores, generated by reposurgeon.
+/*.o
+/*.lo
+/*.la
+/*.al
+/*.libs
+/*.so
+/*.so.[0-9]*
+/*.a
+/*.pyc
+/*.pyo
+/*.rej
+/*~
+/*.#*
+/.*.swp
+/.DS_store
+# Simulated Subversion default ignores end here