Initial project.
authorScott Cantor <cantor.2@osu.edu>
Sat, 18 Sep 2010 21:20:19 +0000 (21:20 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sat, 18 Sep 2010 21:20:19 +0000 (21:20 +0000)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..674deb6
--- /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