Commit 01e7d698 authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 197b1878
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# 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]