fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fix in handler500
[wolnelektury.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
f11a79b
..
d78f78f
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,12
+1,21
@@
localsettings.py
dev.sqlite
+dev.db
# Python garbage
*.pyc
.coverage
+pip-log.txt
# Mac OS X garbage
.DS_Store
# Windows garbage
thumbs.db
+
+# Eclipse
+.project
+.settings
+.pydevproject
+.tmp_*
+