maposmatic/.gitignore

34 wiersze
505 B
Plaintext

# Ignore patterns for MapOSMatic
# Ignore local SQLite database
/www/datastore.sqlite3
# Ignore local settings
/www/settings_local.py
# Ignore an eventual local WSGI entry point script
/www/maposmatic.wsgi
# Ignore compiled language files
/www/locale/*/LC_MESSAGES/*.mo
# LaTeX outputs in presentations
/talks/*.aux
/talks/*.log
/talks/*.nav
/talks/*.out
/talks/*.snm
/talks/*.toc
/talks/*.vrb
/talks/*.pdf
# Ignore temp files
*~
*.swp
# From scripts directory
/scripts/config.py
# From www
*.pyc