Improving .gitignoretags/json-c-0.13-20171207
@@ -1,32 +1,17 @@ | |||||
# Temp files | |||||
*~ | *~ | ||||
*.swp | *.swp | ||||
/INSTALL | |||||
.deps/ | |||||
.libs/ | |||||
/aclocal.m4 | |||||
/autom4te.cache | |||||
/config.guess | |||||
/config.h.in | |||||
/json_config.h | |||||
/compile | |||||
/config.h | |||||
/config.log | |||||
/config.status | |||||
/config.sub | |||||
/configure | |||||
/depcomp | |||||
/doc | |||||
/install-sh | |||||
/json.pc | |||||
/json-c.pc | |||||
/json-c-uninstalled.pc | |||||
/libtool | |||||
/ltmain.sh | |||||
/Makefile | |||||
/Makefile.in | |||||
/missing | |||||
/stamp-h1 | |||||
/stamp-h2 | |||||
*.bak | |||||
*.backup | |||||
\#* | |||||
.\#* | |||||
*\# | |||||
*.sav | |||||
*.save | |||||
*.autosav | |||||
*.autosave | |||||
# Tests | |||||
/test-driver | /test-driver | ||||
/tests/Makefile | /tests/Makefile | ||||
/tests/Makefile.in | /tests/Makefile.in | ||||
@@ -51,11 +36,62 @@ | |||||
/tests/*.vg.out | /tests/*.vg.out | ||||
/tests/*.log | /tests/*.log | ||||
/tests/*.trs | /tests/*.trs | ||||
# Generated folders | |||||
/Debug | /Debug | ||||
/Release | /Release | ||||
/*/Debug | /*/Debug | ||||
/*/Release | /*/Release | ||||
# Generated binaries | |||||
*.lo | *.lo | ||||
*.o | *.o | ||||
/libjson-c.la | /libjson-c.la | ||||
/libjson.la | /libjson.la | ||||
# Archives | |||||
*.zip | |||||
*.tar.* | |||||
*.tgz | |||||
*.gz | |||||
*.bz2 | |||||
*.xz | |||||
*.lz | |||||
*.lzma | |||||
*.7z | |||||
*.dll | |||||
*.deb | |||||
*.rpm | |||||
*.apk | |||||
*.exe | |||||
*.msi | |||||
*.dmg | |||||
*.ipa | |||||
/INSTALL | |||||
.deps/ | |||||
.libs/ | |||||
/aclocal.m4 | |||||
/autom4te.cache | |||||
/config.guess | |||||
/config.h.in | |||||
/json_config.h | |||||
/compile | |||||
/config.h | |||||
/config.log | |||||
/config.status | |||||
/config.sub | |||||
/configure | |||||
/depcomp | |||||
/doc | |||||
/install-sh | |||||
/json.pc | |||||
/json-c.pc | |||||
/json-c-uninstalled.pc | |||||
/libtool | |||||
/ltmain.sh | |||||
/Makefile | |||||
/Makefile.in | |||||
/missing | |||||
/stamp-h1 | |||||
/stamp-h2 |