Browse Source

Update the list of files to ignore.

tags/json-c-0.10-20120530
Eric Haszlakiewicz 13 years ago
parent
commit
37cfe6bc4c
1 changed files with 35 additions and 31 deletions
  1. +35
    -31
      .gitignore

+ 35
- 31
.gitignore View File

@@ -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 *.lo
*.o *.o
libjson.la
/libjson.la

Loading…
Cancel
Save