forked from apache/xerces-c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
108 lines (104 loc) · 1.55 KB
/
.gitignore
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Autotools generated files
**/Makefile.in
aclocal.m4
autom4te.cache/
config/
config.h.in
configure
m4/
# configure generated files
**/.deps
**/Makefile
config.h
config.log
config.status
doc/Doxyfile
doc/style/dtd/entities.ent
libtool
scripts/run-test
src/xercesc/util/XercesVersion.hpp
src/xercesc/util/Xerces_autoconf_config.hpp
**/stamp-h*
xerces-c.pc
# CMake generated files
CMakeCache.txt
**/CMakeFiles/
**/CTestTestfile.cmake
**/cmake_install.cmake
**/InstallLibrarySymlink.cmake
src/XercesCConfig.cmake
src/XercesCConfigVersion.cmake
*.ninja
.ninja*
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
src/xercesc/util/version.rc
# build generated files
.libs/
*.dir/
x64/
Win32/
ARM/
ARM64/
Debug/
MinSizeRel/
Release/
RelWithDebInfo/
doc/html/
.vs/
.dirstamp
*.o
*.lo
*.la
*.a
*.so
*.dylib
*.dll
*.exe
*.pdb
*.ilk
*.exp
*.lib
samples/CreateDOMDocument
samples/DOMCount
samples/DOMPrint
samples/EnumVal
samples/MemParse
samples/PParse
samples/PSVIWriter
samples/Redirect
samples/SAX2Count
samples/SAX2Print
samples/SAXCount
samples/SAXPrint
samples/SCMPrint
samples/SEnumVal
samples/StdInParse
samples/XInclude
tests/Char16Test
tests/DOMMemTest
tests/DOMTest
tests/DOMTraversalTest
tests/DOMTypeInfoTest
tests/EncodingTest
tests/InitTermTest
tests/MemHandlerTest
tests/NetAccessorTest
tests/Normalizer
tests/RangeTest
tests/ThreadTest
tests/XSTSHarness
tests/XSValueTest
tests/XSerializerTest
# Test output
samples/observed/
samples/scripts/*.log
samples/scripts/*.trs
samples/test-suite.log
tests/observed/
tests/scripts/*.log
tests/scripts/*.trs
tests/test-suite.log
Testing/