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