mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
updated BZR and Git ignores
This commit is contained in:
parent
4c9d251325
commit
d3b109d073
2 changed files with 140 additions and 85 deletions
115
.bzrignore
115
.bzrignore
|
@ -1,42 +1,51 @@
|
|||
libtool
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
autom4te.cache
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
aclocal.m4
|
||||
arabica.pc
|
||||
include/SAX/ArabicaConfig.hpp
|
||||
include/SAX/ArabicaConfig.hpp.in
|
||||
include/SAX/stamp-h1
|
||||
tests/XSLT/test_path.hpp
|
||||
*.exe
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
config.cache
|
||||
vs9\*.user
|
||||
*.ncb
|
||||
*.suo
|
||||
*/Debug*
|
||||
*/Release*
|
||||
*.o
|
||||
*~
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*.zip
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.exp
|
||||
*.lib
|
||||
*.bsc
|
||||
lib
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*.zip
|
||||
vs9/mangle.sln
|
||||
vs10/mangle.sln
|
||||
*.stackdump
|
||||
*.exe
|
||||
*.lo
|
||||
*.la
|
||||
*.ncb
|
||||
*.suo
|
||||
*.lnk
|
||||
spec
|
||||
gmon.out
|
||||
*.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
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
|
||||
.idea
|
||||
|
||||
# Examples
|
||||
examples/DOM/dom2pyx
|
||||
examples/DOM/domwriter
|
||||
examples/SAX/pyx
|
||||
|
@ -53,12 +62,42 @@ tests/DOM/dom_test*
|
|||
tests/XPath/xpath_test*
|
||||
tests/Taggle/taggle_test
|
||||
tests/Utils/utils_test*
|
||||
tests/XSLT/xslt_test
|
||||
tests/XSLT/xslt_test*
|
||||
bin/mandelbrot-*.html
|
||||
|
||||
doc/html
|
||||
# Autoconf
|
||||
m4/lt~obsolete.m4
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.sdf
|
||||
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
|
||||
|
|
110
.gitignore
vendored
110
.gitignore
vendored
|
@ -1,51 +1,51 @@
|
|||
*.o
|
||||
*~
|
||||
libtool
|
||||
ltmain.sh
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
compile
|
||||
autom4te.cache
|
||||
missing
|
||||
test-driver
|
||||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.dirstamp
|
||||
aclocal.m4
|
||||
arabica.pc
|
||||
include/SAX/ArabicaConfig.hpp
|
||||
include/SAX/stamp-h1
|
||||
tests/XSLT/test_path.hpp
|
||||
*.exe
|
||||
*.lo
|
||||
*.la
|
||||
.libs
|
||||
config.cache
|
||||
vs9\*.user
|
||||
*.ncb
|
||||
*.suo
|
||||
*/Debug*
|
||||
*/Release*
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*.zip
|
||||
*.ilk
|
||||
*.pdb
|
||||
*.exp
|
||||
*.lib
|
||||
*.bsc
|
||||
lib
|
||||
*.tar.gz
|
||||
*.tar.bz2
|
||||
*.zip
|
||||
vs9/mangle.sln
|
||||
vs10/mangle.sln
|
||||
*.stackdump
|
||||
*.exe
|
||||
*.lo
|
||||
*.la
|
||||
*.ncb
|
||||
*.suo
|
||||
*.lnk
|
||||
*.dll
|
||||
spec
|
||||
gmon.out
|
||||
*.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
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
|
||||
.idea
|
||||
|
||||
# Examples
|
||||
examples/DOM/dom2pyx
|
||||
examples/DOM/domwriter
|
||||
examples/SAX/pyx
|
||||
|
@ -64,24 +64,40 @@ tests/Taggle/taggle_test
|
|||
tests/Utils/utils_test*
|
||||
tests/XSLT/xslt_test*
|
||||
bin/mandelbrot-*.html
|
||||
doc/html
|
||||
|
||||
# Autoconf
|
||||
m4/lt~obsolete.m4
|
||||
m4/ltversion.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltoptions.m4
|
||||
m4/libtool.m4
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
*.sdf
|
||||
ipch
|
||||
test_path.hpp
|
||||
*.opensdf
|
||||
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/*
|
||||
*.DS_Store*
|
||||
compile
|
||||
test-driver
|
||||
cmake-build-debug/
|
||||
|
||||
# Misc
|
||||
*.stackdump
|
||||
|
||||
spec
|
||||
gmon.out
|
||||
ipch
|
||||
test_path.hpp
|
||||
|
|
Loading…
Reference in a new issue