summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 18:55:10 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 18:55:10 +0100
commit9d245c88c4768444e7e36c88f9ae9976ecdcdec8 (patch)
treef579871cb7409ce650aca8967ee39f1ac96e8171 /.gitignore
parentd121420757001950604473f5b0f7a592caa1433e (diff)
Check in a pile of Autotools junk, including the configure script.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f76b15d8..96cd2892 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,25 @@
*.o
*~
-jq_test
build
jq
jq.1
# Something delightfully recursive happens otherwise
docs/content/2.download/source/*
+
+# Autogenerated
+lexer.c
+lexer.h
+parser.c
+parser.h
+
+# Autotools junk
+.deps
+*.log
+stamp-h1
+config.log
+config.status
+autom4te.cache
+config.h
+Makefile \ No newline at end of file