fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #2061
[redakcja.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
9fa4e40
..
08acca5
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,10
+1,19
@@
localsettings.py
dev.sqlite
requirements.pybundle
localsettings.py
dev.sqlite
requirements.pybundle
+*~
+*.orig
+/redakcja/media
+/static
+.sass-cache
# Python garbage
*.pyc
.coverage
# Python garbage
*.pyc
.coverage
+.coveragerc
+coverage.xml
+nosetests.xml
+pip-log.txt
# Mac OS X garbage
.DS_Store
# Mac OS X garbage
.DS_Store
@@
-14,4
+23,9
@@
thumbs.db
# Netbeans garbage
nbproject
# Netbeans garbage
nbproject
-nbproject/*
\ No newline at end of file
+nbproject/*
+
+# Eclipse
+.project
+.pydevproject
+.settings