From 9d245c88c4768444e7e36c88f9ae9976ecdcdec8 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Wed, 8 May 2013 18:55:10 +0100 Subject: Check in a pile of Autotools junk, including the configure script. --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3