add to gitignore
This commit is contained in:
parent
f10eda69dd
commit
e660781694
1 changed files with 2 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -5,14 +5,13 @@
|
|||
*.a
|
||||
*.dylib
|
||||
plugins/input/*.input
|
||||
|
||||
demo/c++/rundemo
|
||||
bindings/python/mapnik/paths.py
|
||||
config.cache
|
||||
config.log
|
||||
config.py
|
||||
.sconf_temp/
|
||||
.sconsign.dblite
|
||||
|
||||
demo/viewer/viewer.ini
|
||||
tests/cpp_tests/font_registration_test
|
||||
utils/mapnik-config/mapnik-config
|
||||
|
@ -20,5 +19,4 @@ utils/mapnik-config/mapnik2.pc
|
|||
utils/shapeindex/shapeindex
|
||||
utils/svg2png/svg2png
|
||||
demo/python/demo*
|
||||
demo/python/map.xml
|
||||
|
||||
demo/python/map.xml
|
Loading…
Reference in a new issue