Merge branch 'master' of git@github.com:fnp/wolnelektury
[wolnelektury.git] / .gitignore
index 38a691b..a3f95c0 100644 (file)
@@ -4,10 +4,18 @@ dev.sqlite
 *~
 *.orig
 
+# Compress output
+/wolnelektury/static/css/all.min*.css
+/wolnelektury/static/js/all*.min.js
+/wolnelektury/static/css/book.min*.css
+/wolnelektury/static/js/book*.min.js
+/wolnelektury/static/js/jquery.min.js
+
 # Python garbage
 *.pyc
 .coverage
 pip-log.txt
+nosetests.xml
 
 # Mac OS X garbage
 .DS_Store