forked from hholzgra/maposmatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (41 loc) · 791 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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
*.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
# Ignore bower installation directory
/www/static/bower
# Ignore output directories
/logs
/rendering
/media
# Ignore logs
*.log
# Ignore rendered jobs in default result path
www/results/*
# Ignore generated documentation
documentation/*.html
documentation/*pdf
www/maposmatic/templates/generated/*