forked from libxmlplusplus/libxmlplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
76 lines (70 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
# wildcard patterns
*.[ao]
*.l[ao]
Makefile
Makefile.in
.deps/
.libs/
.stamps/
.dirstamp
libxml++config.h
stamp-h?
# /
/aclocal.m4
/INSTALL
/autom4te.cache/
/config.h
/config.h.in
/config.log
/config.status
/configure
/configure.lineno
/libxml++-*.pc
/libxml++-*.tar.*
/libtool
# MSVC
/MSVC_NMake/libxml++/libxml++.rc
# docs
/docs/doc-install.pl
/docs/doc-postprocess.pl
/docs/doxygen.css
/docs/doxygen-extra.css
/docs/tagfile-to-devhelp2.xsl
/docs/manual/__pycache__/
/docs/manual/html/
/docs/manual/libxml++.xml
/docs/reference/Doxyfile
/docs/reference/doxygen.log
/docs/reference/html/
/docs/reference/libxml++-*.devhelp2
/docs/reference/libxml++-*.tag
# examples
/examples/dom_build/dom_build
/examples/dom_parse_entities/dom_parse_entities
/examples/dom_parser/dom_parser
/examples/dom_parser_raw/dom_parser_raw
/examples/dom_read_write/dom_read_write
/examples/dom_read_write/example_output.xml
/examples/dom_update_namespace/dom_update_namespace
/examples/dom_xinclude/dom_xinclude
/examples/dom_xpath/dom_xpath
/examples/dtdvalidation/dtdvalidation
/examples/import_node/import_node
/examples/sax_exception/sax_exception
/examples/sax_parser/sax_parser
/examples/sax_parser_build_dom/sax_parser_build_dom
/examples/sax_parser_entities/sax_parser_entities
/examples/schemavalidation/schemavalidation
/examples/textreader/textreader
/examples/*/make_check.sh
/examples/*/make_check.sh.log
/examples/*/make_check.sh.trs
/examples/test-suite.log
# tests
/tests/*/test
/tests/*/test.log
/tests/*/test.trs
/tests/test-suite.log
# untracked/
untracked/build_scripts/
untracked/docs/