This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request
#250
from RyDroid/gitignore
Improving .gitignore
tags/json-c-0.13-20171207
Eric Haszlakiewicz
GitHub
9 years ago
parent
9688f343a5
ab1d761865
commit
33ae9f5d44
1 changed files
with
63 additions
and
27 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save