Updated and sorted .gitignore.
This commit is contained in:
parent
2410fbe386
commit
f64fbed2e1
|
@ -1,47 +1,61 @@
|
||||||
INSTALL
|
# Public .gitignore file for PCRE2
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
|
||||||
ar-lib
|
|
||||||
compile
|
|
||||||
config.guess
|
|
||||||
config.sub
|
|
||||||
configure
|
|
||||||
depcomp
|
|
||||||
install-sh
|
|
||||||
ltmain.sh
|
|
||||||
m4/
|
|
||||||
missing
|
|
||||||
test-driver
|
|
||||||
|
|
||||||
Makefile
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
libpcre2-*.pc
|
|
||||||
libtool
|
|
||||||
pcre2-config
|
|
||||||
src/.deps
|
|
||||||
src/config.h
|
|
||||||
src/pcre2.h
|
|
||||||
src/stamp-h1
|
|
||||||
|
|
||||||
.libs
|
|
||||||
*.o
|
|
||||||
*.lo
|
|
||||||
*.a
|
*.a
|
||||||
|
*.lo
|
||||||
*.la
|
*.la
|
||||||
src/.dirstamp
|
*.pc
|
||||||
src/pcre2_chartables.c
|
*.o
|
||||||
|
*~
|
||||||
|
|
||||||
pcre2grep
|
.deps
|
||||||
pcre2test
|
.libs
|
||||||
pcre2_jit_test
|
|
||||||
|
|
||||||
|
INSTALL
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
RunGrepTest.log
|
RunGrepTest.log
|
||||||
RunGrepTest.trs
|
RunGrepTest.trs
|
||||||
RunTest.log
|
RunTest.log
|
||||||
RunTest.trs
|
RunTest.trs
|
||||||
|
|
||||||
|
aclocal.m4
|
||||||
|
ar-lib
|
||||||
|
compile
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
pcre2-config
|
||||||
|
pcre2_dftables
|
||||||
|
pcre2_jit_test
|
||||||
pcre2_jit_test.log
|
pcre2_jit_test.log
|
||||||
pcre2_jit_test.trs
|
pcre2_jit_test.trs
|
||||||
|
pcre2demo
|
||||||
|
pcre2fuzzcheck
|
||||||
|
pcre2grep
|
||||||
|
pcre2test
|
||||||
|
test-driver
|
||||||
test-suite.log
|
test-suite.log
|
||||||
|
|
||||||
*~
|
m4/ltoptions.m4
|
||||||
|
m4/ltsugar.m4
|
||||||
|
m4/ltversion.m4
|
||||||
|
m4/lt~obsolete.m4
|
||||||
|
|
||||||
|
maint/ucptest
|
||||||
|
maint/utf8
|
||||||
|
|
||||||
|
src/.deps
|
||||||
|
src/.dirstamp
|
||||||
|
src/config.h
|
||||||
|
src/pcre2.h
|
||||||
|
src/pcre2_chartables.c
|
||||||
|
src/stamp-h1
|
||||||
|
|
||||||
|
# End
|
||||||
|
|
Loading…
Reference in New Issue