X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/45fcd6d5e47f5f51e645f12a87776b9b95b2c0b6..87353f5cb22922879ef64b9e788a50a549404132:/.gitignore

diff --git a/.gitignore b/.gitignore
index 106ca708..9fa4e403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,17 @@
 localsettings.py
 dev.sqlite
+requirements.pybundle
+
+# Python garbage
 *.pyc
-.*.swp
+.coverage
+
+# Mac OS X garbage
 .DS_Store
-media
-files
+
+# Windows garbage
+thumbs.db
+
+# Netbeans garbage
 nbproject
-nbproject/*
+nbproject/*
\ No newline at end of file