diff --git a/Django.gitignore b/Django.gitignore deleted file mode 100644 index d9437c31..00000000 --- a/Django.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.log -*.pot -*.pyc -local_settings.py diff --git a/Python.gitignore b/Python.gitignore index f9258fb1..e363b9b9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -37,3 +37,8 @@ coverage.xml .mr.developer.cfg .project .pydevproject + + +-# Django stuff: + -*.log + -*.pot