arabica/.gitignore

109 lines
1.3 KiB
Text
Raw Normal View History

2012-09-14 12:13:13 +02:00
*.o
2012-09-13 20:03:55 +02:00
*~
2017-10-23 11:08:47 +02:00
*.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
2012-09-13 20:03:55 +02:00
.deps
.dirstamp
2012-09-13 20:03:55 +02:00
arabica.pc
2017-10-23 11:08:47 +02:00
2012-09-13 20:03:55 +02:00
include/SAX/ArabicaConfig.hpp
include/SAX/stamp-h1
tests/XSLT/test_path.hpp
2017-10-23 11:08:47 +02:00
2012-09-13 20:03:55 +02:00
*/Debug*
*/Release*
2017-10-23 11:08:47 +02:00
# IDE files
2012-09-13 20:03:55 +02:00
vs9/mangle.sln
2017-10-23 11:08:47 +02:00
vs9/*.user
2012-09-13 20:03:55 +02:00
vs10/mangle.sln
2016-04-03 09:49:48 +02:00
/vs2013+/Arabica.VC.db
/vs2013+/Arabica.VC.VC.opendb
/vc12
/vc14
/vs2013+/int/vc12
/vs2013+/int/vc14
2017-10-23 11:08:47 +02:00
*.vcxproj.filters
*.vcxproj.user
.idea
# Examples
2012-09-13 20:03:55 +02:00
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*
2015-12-10 00:03:49 +01:00
tests/XSLT/xslt_test*
2012-11-20 08:51:37 +01:00
bin/mandelbrot-*.html
2017-10-23 11:08:47 +02:00
# Autoconf
2012-09-13 20:03:55 +02:00
m4/lt~obsolete.m4
m4/ltversion.m4
m4/ltsugar.m4
m4/ltoptions.m4
m4/libtool.m4
2017-10-23 11:08:47 +02:00
test-driver
libtool
ltmain.sh
config.log
config.status
config.cache
configure
compile
autom4te.cache
missing
Makefile
Makefile.in
aclocal.m4
# CMake
2012-11-01 23:39:12 +01:00
CMakeCache.txt
CMakeFiles
CMakeFiles/*
cmake_install.cmake
2012-12-30 01:10:31 +01:00
build/*
2017-10-23 11:08:47 +02:00
cmake-build-debug/
# Misc
*.stackdump
spec
gmon.out
ipch
2016-04-03 09:49:48 +02:00
test_path.hpp