summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 16:19:28 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2023-04-30 16:22:27 +0200
commitb463b38bcd5a2a797c332b180723b6c26a213311 (patch)
treebd7d6433f5a01a3ca98524498dacf997f403c788
parent0260de55686921ae851745fb7e7d3d353b5950ed (diff)
downloadlibxml2-b463b38bcd5a2a797c332b180723b6c26a213311.tar.gz
.gitignore: Split up and rearrange .gitignore files
-rw-r--r--.gitignore134
-rw-r--r--doc/examples/.gitignore15
-rw-r--r--python/.gitignore9
-rw-r--r--xstc/.gitignore3
4 files changed, 84 insertions, 77 deletions
diff --git a/.gitignore b/.gitignore
index 4c6a66d4..1696d2e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/doc/examples/.gitignore b/doc/examples/.gitignore
new file mode 100644
index 00000000..ec244f23
--- /dev/null
+++ b/doc/examples/.gitignore
@@ -0,0 +1,15 @@
+/io1
+/io2
+/parse1
+/parse2
+/parse3
+/parse4
+/reader1
+/reader2
+/reader3
+/reader4
+/testWriter
+/tree1
+/tree2
+/xpath1
+/xpath2
diff --git a/python/.gitignore b/python/.gitignore
new file mode 100644
index 00000000..b68d6ea9
--- /dev/null
+++ b/python/.gitignore
@@ -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
diff --git a/xstc/.gitignore b/xstc/.gitignore
new file mode 100644
index 00000000..e8c51fd6
--- /dev/null
+++ b/xstc/.gitignore
@@ -0,0 +1,3 @@
+/*-test.py
+/Tests
+/xsts-*.tar.gz