Python 3, Django 1.7+ compatilibity, some tests.
[fnpdjango.git] / .gitignore
index ea2e8e1..39ece65 100644 (file)
@@ -1,6 +1,7 @@
 *~
 *.orig
 *.log
+*.swp
 
 # Python garbage
 *.pyc
@@ -10,6 +11,8 @@ nosetests.xml
 build
 dist
 *.egg-info
+.tox
+/htmlcov
 
 # Mac OS X garbage
 .DS_Store