summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore13
-rw-r--r--src/.gitignore5
2 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..42255fb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# ignore auto-generated autoconf files
+Makefile
+Makefile.in
+aclocal.m4
+stamp-h1
+config.h
+config.h.in
+config.h.log
+config.log
+config.status
+config
+configure
+autom4te.cache
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..546ae33
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,5 @@
+# ignore autotools creations
+.deps
+
+# ignore built binary
+getht