Convert to museum of first edition.
[turniej.git] / .gitignore
1 localsettings.py
2 *.db
3 *.db-journal
4 *~
5
6 # Python garbage
7 *.pyc
8 .coverage
9 pip-log.txt
10 nosetests.xml
11
12 # Mac OS X garbage
13 .DS_Store
14
15 # Windows garbage
16 thumbs.db
17
18 # Eclipse
19 .project
20 .settings
21 .pydevproject
22 .tmp_*
23