mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 13:39:06 +08:00
Remove autoconf files from .gitignore.
This commit is contained in:
49
.gitignore
vendored
49
.gitignore
vendored
@@ -12,9 +12,7 @@
|
||||
*.autosave
|
||||
|
||||
# Tests
|
||||
/test-driver
|
||||
/tests/Makefile
|
||||
/tests/Makefile.in
|
||||
/tests/test1
|
||||
/tests/test1Formatted
|
||||
/tests/test2
|
||||
@@ -49,12 +47,6 @@
|
||||
/*/Debug
|
||||
/*/Release
|
||||
|
||||
# Generated binaries
|
||||
*.lo
|
||||
*.o
|
||||
/libjson-c.la
|
||||
/libjson.la
|
||||
|
||||
# Archives
|
||||
*.zip
|
||||
*.tar.*
|
||||
@@ -74,39 +66,24 @@
|
||||
*.dmg
|
||||
*.ipa
|
||||
|
||||
.deps/
|
||||
.libs/
|
||||
/aclocal.m4
|
||||
/autoconf-archive
|
||||
/autom4te.cache
|
||||
/config.guess
|
||||
/config.h.in
|
||||
# It's not good practice to build directly in the source tree
|
||||
# but ignore cmake auto-generated files anyway:
|
||||
/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
|
||||
|
||||
# cmake auto-generated files
|
||||
/build
|
||||
/CMakeCache.txt
|
||||
/CMakeFiles
|
||||
/cmake_install.cmake
|
||||
/include
|
||||
/CMakeDoxyfile.in
|
||||
/*.cmake
|
||||
/DartConfiguration.tcl
|
||||
/tests/CMakeFiles/
|
||||
/tests/*.cmake
|
||||
/Testing/
|
||||
|
||||
# ...and build artifacts.
|
||||
/doc
|
||||
/libjson-c.a
|
||||
/libjson-c.so
|
||||
/libjson-c.so.*
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
prefix=
|
||||
exec_prefix=
|
||||
libdir=@abs_top_builddir@
|
||||
includedir=@abs_top_srcdir@
|
||||
|
||||
Name: json
|
||||
Description: JSON implementation in C
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L@abs_top_builddir@ -ljson-c
|
||||
Cflags: -I@abs_top_srcdir@
|
||||
Reference in New Issue
Block a user