aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-03-02 18:41:23 +0000
committerdakkar <dakkar@thenautilus.net>2019-03-20 12:44:52 +0000
commitf607f8286451a84c9fd7cf4d8fc17e0889988a6c (patch)
treecd1c2aeb18dc1f43c87fc9ff41eacadf82751f9d
parentprint time (diff)
downloadgobbledegook-f607f8286451a84c9fd7cf4d8fc17e0889988a6c.tar.gz
gobbledegook-f607f8286451a84c9fd7cf4d8fc17e0889988a6c.tar.bz2
gobbledegook-f607f8286451a84c9fd7cf4d8fc17e0889988a6c.zip
gitignore
-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