Added a note in .gitignore to discourage pull requests containing IDE specific files.

This commit is contained in:
Tim Graham 2015-08-18 19:46:28 -04:00
parent 197b187810
commit 01e7d69838
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -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]