fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added backup files to gitignore.
[wolnelektury.git]
/
.gitignore
1
localsettings.py
2
dev.sqlite
3
dev.db
4
*~
5
6
# Python garbage
7
*.pyc
8
.coverage
9
pip-log.txt
10
11
# Mac OS X garbage
12
.DS_Store
13
14
# Windows garbage
15
thumbs.db
16
17
# Eclipse
18
.project
19
.settings
20
.pydevproject
21
.tmp_*
22