mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-02-12 13:38:37 +00:00
Extend gitignore
This commit is contained in:
parent
519bc6a3ab
commit
215a729645
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,16 +1,19 @@
|
|||||||
*.o
|
*.o
|
||||||
*.lo
|
*.lo
|
||||||
*.log
|
*.log
|
||||||
|
*.pyc
|
||||||
*.patch
|
*.patch
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
.memdump
|
.memdump
|
||||||
COPYING
|
COPYING
|
||||||
|
CVE-*
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
bissect*
|
||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
@ -59,6 +62,7 @@ libxml2.la
|
|||||||
libxml2.spec
|
libxml2.spec
|
||||||
list
|
list
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
|
log
|
||||||
missing
|
missing
|
||||||
missing.lst
|
missing.lst
|
||||||
m4
|
m4
|
||||||
@ -82,6 +86,7 @@ runtest
|
|||||||
runxmlconf
|
runxmlconf
|
||||||
runxmlconf.log
|
runxmlconf.log
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
tags
|
||||||
test.out
|
test.out
|
||||||
testAutomata
|
testAutomata
|
||||||
testC14N
|
testC14N
|
||||||
@ -100,7 +105,9 @@ testapi.c.new
|
|||||||
testchar
|
testchar
|
||||||
testdict
|
testdict
|
||||||
testdso.la
|
testdso.la
|
||||||
|
testlimits
|
||||||
testrecurse
|
testrecurse
|
||||||
|
tmp
|
||||||
tst.c
|
tst.c
|
||||||
tst
|
tst
|
||||||
xml2-config
|
xml2-config
|
||||||
@ -111,3 +118,4 @@ xmllint
|
|||||||
xstc/Makefile
|
xstc/Makefile
|
||||||
xstc/Makefile.in
|
xstc/Makefile.in
|
||||||
xstc/Tests
|
xstc/Tests
|
||||||
|
xstc/xsts-*.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user