From 60b209f78bc12ed8a4c8c4051a1c2f603d99d99d Mon Sep 17 00:00:00 2001 From: zuber Date: Tue, 13 Oct 2009 00:38:13 +0200 Subject: [PATCH] =?utf8?q?Uporz=C4=85dkowanie=20.gitignore.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c91e29e0..9fa4e403 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +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/* -.coverage +nbproject/* \ No newline at end of file -- 2.20.1