From 01e7d698387b59d328fe999b2c10c4d5fd5fe43e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 18 Aug 2015 19:46:28 -0400 Subject: [PATCH] Added a note in .gitignore to discourage pull requests containing IDE specific files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 504361b225a..206b38da041 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]