summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-18 19:46:28 -0400
committerTim Graham <timograham@gmail.com>2015-08-18 19:46:28 -0400
commit01e7d698387b59d328fe999b2c10c4d5fd5fe43e (patch)
tree80c66827e69d962017f4d310e91c592183c7f5ed /.gitignore
parent197b1878105504b5ac7e399e1f52a6093c88baa3 (diff)
downloaddjango-01e7d698387b59d328fe999b2c10c4d5fd5fe43e.tar.gz
Added a note in .gitignore to discourage pull requests containing IDE specific files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 504361b225..206b38da04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# If you need to exclude files such as those generated by an IDE, use
+# $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
+# described in https://git-scm.com/docs/gitignore
+
*.egg-info
*.pot
*.py[co]