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
Ignore and cleanup a few more files that automake creates.
tags/json-c-0.12-20140410
Eric Haszlakiewicz
11 years ago
parent
a2c078fc6e
commit
295bea21d0
3 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-0
Makefile.am
+1
-1
config.h.in
+ 1
- 0
.gitignore
View File
@@ -7,6 +7,7 @@
/autom4te.cache
/config.guess
/json_config.h
/compile
/config.h
/config.log
/config.status
+ 1
- 0
Makefile.am
View File
@@ -47,6 +47,7 @@ libjson_c_la_SOURCES = \
distclean-local:
-rm -rf $(testsubdir)
-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing
-rm -f INSTALL test-driver tests/Makefile.in compile
maintainer-clean-local:
-rm -rf configure
+ 1
- 1
config.h.in
View File
@@ -1,4 +1,4 @@
/* config.h.in. Generated from configure.
in
by autoheader. */
/* config.h.in. Generated from configure.
ac
by autoheader. */
/* Define if .gnu.warning accepts long strings. */
#undef HAS_GNU_WARNING_LONG
Write
Preview
Loading…
Cancel
Save