fnp
/
fnpdjango.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix django 1.9 compatibility
[fnpdjango.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
ea2e8e1
..
06194e4
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,6
+1,7
@@
*~
*.orig
*.log
*~
*.orig
*.log
+*.swp
# Python garbage
*.pyc
# Python garbage
*.pyc
@@
-10,6
+11,12
@@
nosetests.xml
build
dist
*.egg-info
build
dist
*.egg-info
+.tox
+/htmlcov
+
+# PyCharm garbage
+.idea
+.pycharmrc
# Mac OS X garbage
.DS_Store
# Mac OS X garbage
.DS_Store