arabica/.bzrignore

104 lines
1.1 KiB
Text
Raw Permalink Normal View History

2017-10-23 11:08:47 +02:00
*.o
*~
*.tar.gz
*.tar.bz2
*.zip
*.ilk
*.pdb
*.exp
*.lib
*.bsc
2008-07-04 00:12:04 +02:00
*.exe
*.lo
*.la
2008-07-15 10:10:43 +02:00
*.ncb
*.suo
2017-10-23 11:08:47 +02:00
*.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
2008-07-15 10:10:43 +02:00
*/Debug*
*/Release*
2017-10-23 11:08:47 +02:00
# IDE files
2008-08-01 14:02:41 +02:00
vs9/mangle.sln
2017-10-23 11:08:47 +02:00
vs9/*.user
2010-05-21 10:58:29 +02:00
vs10/mangle.sln
2017-10-23 11:08:47 +02:00
*.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
2009-11-23 22:52:17 +01:00
fractal*.html
2009-12-11 11:31:44 +01:00
tests/SAX/filter_test*
tests/DOM/dom_test*
tests/XPath/xpath_test*
tests/Taggle/taggle_test
tests/Utils/utils_test*
2017-10-23 11:08:47 +02:00
tests/XSLT/xslt_test*
bin/mandelbrot-*.html
2009-12-11 11:31:44 +01:00
2017-10-23 11:08:47 +02:00
# Autoconf
m4/lt~obsolete.m4
2017-10-23 11:08:47 +02:00
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
2010-05-21 10:58:29 +02:00
ipch
test_path.hpp