Browse Source

Improving .gitignore

tags/json-c-0.13-20171207
Nicola Spanti (RyDroid) 9 years ago
parent
commit
ab1d761865
1 changed files with 63 additions and 27 deletions
  1. +63
    -27
      .gitignore

+ 63
- 27
.gitignore View File

@@ -1,32 +1,17 @@
# Temp files
*~
*.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
/tests/Makefile
/tests/Makefile.in
@@ -51,11 +36,62 @@
/tests/*.vg.out
/tests/*.log
/tests/*.trs

# Generated folders
/Debug
/Release
/*/Debug
/*/Release

# Generated binaries
*.lo
*.o
/libjson-c.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

Loading…
Cancel
Save