Update the list of files to ignore.
This commit is contained in:
66
.gitignore
vendored
66
.gitignore
vendored
@@ -1,33 +1,37 @@
|
|||||||
.deps
|
.deps/
|
||||||
.libs
|
.libs/
|
||||||
aclocal.m4
|
/aclocal.m4
|
||||||
autom4te.cache
|
/autom4te.cache
|
||||||
config.guess
|
/config.guess
|
||||||
config.h
|
/json_config.h
|
||||||
config.log
|
/config.h
|
||||||
config.status
|
/config.log
|
||||||
config.sub
|
/config.status
|
||||||
configure
|
/config.sub
|
||||||
depcomp
|
/configure
|
||||||
install-sh
|
/depcomp
|
||||||
json.pc
|
/install-sh
|
||||||
libtool
|
/json.pc
|
||||||
ltmain.sh
|
/libtool
|
||||||
Makefile
|
/ltmain.sh
|
||||||
Makefile.in
|
/Makefile
|
||||||
missing
|
/Makefile.in
|
||||||
stamp-h1
|
/missing
|
||||||
stamp-h2
|
/stamp-h1
|
||||||
test1
|
/stamp-h2
|
||||||
test2
|
/tests/Makefile
|
||||||
test4
|
/tests/Makefile.in
|
||||||
testSubDir
|
/tests/test1
|
||||||
test_parse_int64
|
/tests/test2
|
||||||
test_parse
|
/tests/test4
|
||||||
test_cast
|
/tests/testSubDir
|
||||||
test_null
|
/tests/test_parse_int64
|
||||||
Debug
|
/tests/test_parse
|
||||||
Release
|
/tests/test_cast
|
||||||
|
/tests/test_null
|
||||||
|
/tests/test_printbuf
|
||||||
|
/Debug
|
||||||
|
/Release
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
libjson.la
|
/libjson.la
|
||||||
|
|||||||
Reference in New Issue
Block a user