-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
109 lines (97 loc) · 1.35 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
109
*.o
*~
*.tar.gz
*.tar.bz2
*.zip
*.ilk
*.pdb
*.exp
*.lib
*.bsc
*.exe
*.lo
*.la
*.ncb
*.suo
*.lnk
*.dll
*.log
*.trs
*.sdf
*.opensdf
*.DS_Store*
lib
doc/html
.libs
.deps
.dirstamp
arabica.pc
include/SAX/ArabicaConfig.hpp
include/SAX/stamp-h1
tests/XSLT/test_path.hpp
*/Debug*
*/Release*
# IDE files
vs9/mangle.sln
vs9/*.user
vs10/mangle.sln
/vs2013+/Arabica.VC.db
/vs2013+/Arabica.VC.VC.opendb
/vc12
/vc14
/vs2013+/int/vc12
/vs2013+/int/vc14
*.vcxproj.filters
*.vcxproj.user
.idea
# Examples
examples/DOM/dom2pyx
examples/DOM/domwriter
examples/SAX/pyx
examples/SAX/simple_handler
examples/SAX/writer
examples/SAX/xmlbase
examples/Taggle/taggle
examples/Utils/transcode
examples/XPath/xgrep
examples/XSLT/mangle
fractal*.html
tests/SAX/filter_test*
tests/DOM/dom_test*
tests/XPath/xpath_test*
tests/Taggle/taggle_test
tests/Utils/utils_test*
tests/XSLT/xslt_test*
bin/mandelbrot-*.html
# Autoconf
m4/lt~obsolete.m4
m4/ltversion.m4
m4/ltsugar.m4
m4/ltoptions.m4
m4/libtool.m4
test-driver
libtool
ltmain.sh
config.log
config.status
config.cache
configure
compile
autom4te.cache
missing
Makefile
Makefile.in
aclocal.m4
# CMake
CMakeCache.txt
CMakeFiles
CMakeFiles/*
cmake_install.cmake
build/*
cmake-build-debug/
# Misc
*.stackdump
spec
gmon.out
ipch
test_path.hpp