aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bb46812
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*~
+
+/Makefile
+/src/Makefile
+
+.deps/
+autom4te.cache/
+/config.h
+/config.log
+/config.status
+/stamp-h1
+
+*.o
+*.a
+/src/standalone \ No newline at end of file