Add a .gitignore file
This commit is contained in:
parent
7686af3b7b
commit
578f6e4cfc
1 changed files with 24 additions and 0 deletions
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
*.o
|
||||
*.pyc
|
||||
*.os
|
||||
*.so
|
||||
*.a
|
||||
*.dylib
|
||||
plugins/input/*.input
|
||||
|
||||
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
|
||||
utils/mapnik-config/mapnik2.pc
|
||||
utils/shapeindex/shapeindex
|
||||
utils/svg2png/svg2png
|
||||
demo/python/demo*
|
||||
demo/python/map.xml
|
||||
|
Loading…
Reference in a new issue