Skip to content

Commit

Permalink
Update the list of files to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawicz committed Apr 22, 2012
1 parent e5c1e87 commit 37cfe6b
Showing 1 changed file with 35 additions and 31 deletions.
66 changes: 35 additions & 31 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37cfe6b

Please sign in to comment.