From 0d1ef635cc7e394ab60d44291cd629a1d2639124 Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Mon, 12 Nov 2012 17:54:20 +0100 Subject: [PATCH 1/3] Django is python Django should have same ignores as python because it is python --- Django.gitignore | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/Django.gitignore b/Django.gitignore index d9437c31..3416fbb3 100644 --- a/Django.gitignore +++ b/Django.gitignore @@ -1,4 +1,40 @@ +# Django stuff: *.log *.pot -*.pyc -local_settings.py + +# Python stuff: +*.py[cod] + +# C extensions +*.so + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject \ No newline at end of file From 97dcb890138e142acde385ac4cf7e2df199f0fbf Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Tue, 12 Nov 2013 01:41:29 +0100 Subject: [PATCH 2/3] #473 no need to have specific gitignore for django --- Django.gitignore | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Django.gitignore diff --git a/Django.gitignore b/Django.gitignore deleted file mode 100644 index 3416fbb3..00000000 --- a/Django.gitignore +++ /dev/null @@ -1,40 +0,0 @@ -# Django stuff: -*.log -*.pot - -# Python stuff: -*.py[cod] - -# C extensions -*.so - -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs -.installed.cfg -lib -lib64 - -# Installer logs -pip-log.txt - -# Unit test / coverage reports -.coverage -.tox -nosetests.xml - -# Translations -*.mo - -# Mr Developer -.mr.developer.cfg -.project -.pydevproject \ No newline at end of file From 33b416dc000f86ca63cab0dfeaf78f3369a203fd Mon Sep 17 00:00:00 2001 From: Visgean Skeloru Date: Tue, 12 Nov 2013 01:41:53 +0100 Subject: [PATCH 3/3] Update Python.gitignore --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index d2d6f360..e444c74d 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -33,3 +33,8 @@ nosetests.xml .mr.developer.cfg .project .pydevproject + + +-# Django stuff: + -*.log + -*.pot