From 37cfe6bc4c9567a52d85b4c016c293512e974801 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 22 Apr 2012 14:21:27 -0500 Subject: [PATCH] Update the list of files to ignore. --- .gitignore | 66 +++++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 091ae7a..5534d69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,33 +1,37 @@ -.deps -.libs -aclocal.m4 -autom4te.cache -config.guess -config.h -config.log -config.status -config.sub -configure -depcomp -install-sh -json.pc -libtool -ltmain.sh -Makefile -Makefile.in -missing -stamp-h1 -stamp-h2 -test1 -test2 -test4 -testSubDir -test_parse_int64 -test_parse -test_cast -test_null -Debug -Release +.deps/ +.libs/ +/aclocal.m4 +/autom4te.cache +/config.guess +/json_config.h +/config.h +/config.log +/config.status +/config.sub +/configure +/depcomp +/install-sh +/json.pc +/libtool +/ltmain.sh +/Makefile +/Makefile.in +/missing +/stamp-h1 +/stamp-h2 +/tests/Makefile +/tests/Makefile.in +/tests/test1 +/tests/test2 +/tests/test4 +/tests/testSubDir +/tests/test_parse_int64 +/tests/test_parse +/tests/test_cast +/tests/test_null +/tests/test_printbuf +/Debug +/Release *.lo *.o -libjson.la +/libjson.la -- 2.40.0