From 960ead07f2d9d7c3b709273eebe2b0556826111a Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 16 Feb 2014 22:10:16 +0200 Subject: [PATCH] Merge pull request #164 from vincentbernat/fix/gitignore Add new autotools-generated files to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9189a93..b2137d6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,14 @@ install-sh libtool ltmain.sh missing +compile +test-driver *.lo *.la stamp-h1 *.pyc *.pc /src/jansson_config.h +/jansson_private_config.h.in +/build *.exe