mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-11 05:17:37 +03:00
.gitignore: Split up and rearrange .gitignore files
This commit is contained in:
parent
0260de5568
commit
b463b38bcd
134
.gitignore
vendored
134
.gitignore
vendored
@ -1,85 +1,65 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.o
|
*.o
|
||||||
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
/example/gjobread
|
||||||
|
/xmlcatalog
|
||||||
|
/xmllint
|
||||||
|
|
||||||
|
# Test executables
|
||||||
|
/runsuite
|
||||||
|
/runtest
|
||||||
|
/runxmlconf
|
||||||
|
/testModule
|
||||||
|
/testThreads
|
||||||
|
/testapi
|
||||||
|
/testchar
|
||||||
|
/testdict
|
||||||
|
/testlimits
|
||||||
|
/testrecurse
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
/dba100000.xml
|
||||||
|
/missing.lst
|
||||||
|
/runsuite.log
|
||||||
|
/runxmlconf.log
|
||||||
|
/test.out
|
||||||
|
/xmlconf
|
||||||
|
|
||||||
|
# Generated by build system
|
||||||
|
/config.h
|
||||||
|
/include/libxml/xmlversion.h
|
||||||
|
/libxml-2.0-uninstalled.pc
|
||||||
|
/libxml-2.0.pc
|
||||||
|
/libxml2-config.cmake
|
||||||
|
/xml2-config
|
||||||
|
|
||||||
|
# Autotools
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
INSTALL
|
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
aclocal.m4
|
/INSTALL
|
||||||
autom4te.cache
|
/aclocal.m4
|
||||||
compile
|
/autom4te.cache
|
||||||
config.guess
|
/compile
|
||||||
config.h
|
/config.guess
|
||||||
config.h.in
|
/config.h.in
|
||||||
config.h.in~
|
/config.h.in~
|
||||||
config.log
|
/config.log
|
||||||
config.status
|
/config.status
|
||||||
config.sub
|
/config.sub
|
||||||
configure
|
/configure
|
||||||
configure~
|
/configure~
|
||||||
dba100000.xml
|
/depcomp
|
||||||
depcomp
|
/install-sh
|
||||||
doc/examples/io1
|
/libtool
|
||||||
doc/examples/io2
|
/ltmain.sh
|
||||||
doc/examples/parse1
|
/missing
|
||||||
doc/examples/parse2
|
/m4/libtool.m4
|
||||||
doc/examples/parse3
|
/m4/lt*.m4
|
||||||
doc/examples/parse4
|
/py-compile
|
||||||
doc/examples/reader1
|
/stamp-h1
|
||||||
doc/examples/reader2
|
|
||||||
doc/examples/reader3
|
|
||||||
doc/examples/reader4
|
|
||||||
doc/examples/testWriter
|
|
||||||
doc/examples/tree1
|
|
||||||
doc/examples/tree2
|
|
||||||
doc/examples/xpath1
|
|
||||||
doc/examples/xpath2
|
|
||||||
example/gjobread
|
|
||||||
include/libxml/xmlversion.h
|
|
||||||
install-sh
|
|
||||||
libtool
|
|
||||||
libxml-2.0-uninstalled.pc
|
|
||||||
libxml-2.0.pc
|
|
||||||
libxml2-config.cmake
|
|
||||||
libxml2.la
|
|
||||||
ltmain.sh
|
|
||||||
missing
|
|
||||||
missing.lst
|
|
||||||
m4/libtool.m4
|
|
||||||
m4/lt*.m4
|
|
||||||
py-compile
|
|
||||||
python/gen_prog
|
|
||||||
python/libxml2-export.c
|
|
||||||
python/libxml2-py.c
|
|
||||||
python/libxml2-py.h
|
|
||||||
python/libxml2.py
|
|
||||||
python/libxml2class.py
|
|
||||||
python/libxml2class.txt
|
|
||||||
python/libxml2mod.la
|
|
||||||
python/setup.py
|
|
||||||
python/tests/tmp.xml
|
|
||||||
runsuite
|
|
||||||
runsuite.log
|
|
||||||
runtest
|
|
||||||
runxmlconf
|
|
||||||
runxmlconf.log
|
|
||||||
stamp-h1
|
|
||||||
test.out
|
|
||||||
testModule
|
|
||||||
testThreads
|
|
||||||
testapi
|
|
||||||
testchar
|
|
||||||
testdict
|
|
||||||
testdso.la
|
|
||||||
testlimits
|
|
||||||
testrecurse
|
|
||||||
tmp
|
|
||||||
xml2-config
|
|
||||||
xmlcatalog
|
|
||||||
xmlconf
|
|
||||||
xmllint
|
|
||||||
xstc/*-test.py
|
|
||||||
xstc/Tests
|
|
||||||
xstc/xsts-*.tar.gz
|
|
||||||
|
15
doc/examples/.gitignore
vendored
Normal file
15
doc/examples/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/io1
|
||||||
|
/io2
|
||||||
|
/parse1
|
||||||
|
/parse2
|
||||||
|
/parse3
|
||||||
|
/parse4
|
||||||
|
/reader1
|
||||||
|
/reader2
|
||||||
|
/reader3
|
||||||
|
/reader4
|
||||||
|
/testWriter
|
||||||
|
/tree1
|
||||||
|
/tree2
|
||||||
|
/xpath1
|
||||||
|
/xpath2
|
9
python/.gitignore
vendored
Normal file
9
python/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
/gen_prog
|
||||||
|
/libxml2-export.c
|
||||||
|
/libxml2-py.c
|
||||||
|
/libxml2-py.h
|
||||||
|
/libxml2.py
|
||||||
|
/libxml2class.py
|
||||||
|
/libxml2class.txt
|
||||||
|
/setup.py
|
||||||
|
/tests/tmp.xml
|
3
xstc/.gitignore
vendored
Normal file
3
xstc/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/*-test.py
|
||||||
|
/Tests
|
||||||
|
/xsts-*.tar.gz
|
Loading…
Reference in New Issue
Block a user