From 3922f84a2f51ba430451b89d72380a264b9d0a41 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 15 Feb 2014 17:47:48 +0100 Subject: Add new autotools-generated files to .gitignore Additionally, `/jansson_private_config.h.in` is also added as well as "build" directory for those of us who like to use an out-of-tree build system. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.1