Hash :
b463b38b
Author :
Date :
2023-04-30T16:19:28
.gitignore: Split up and rearrange .gitignore files
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 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
Makefile
Makefile.in
/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