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
|
||||
*.o
|
||||
*.la
|
||||
*.lo
|
||||
*.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
|
||||
.libs
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.h.in~
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
configure~
|
||||
dba100000.xml
|
||||
depcomp
|
||||
doc/examples/io1
|
||||
doc/examples/io2
|
||||
doc/examples/parse1
|
||||
doc/examples/parse2
|
||||
doc/examples/parse3
|
||||
doc/examples/parse4
|
||||
doc/examples/reader1
|
||||
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
|
||||
/INSTALL
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/compile
|
||||
/config.guess
|
||||
/config.h.in
|
||||
/config.h.in~
|
||||
/config.log
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/configure~
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/m4/libtool.m4
|
||||
/m4/lt*.m4
|
||||
/py-compile
|
||||
/stamp-h1
|
||||
|
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