diff options
author | gfyoung <gfyoung17@gmail.com> | 2017-05-24 15:57:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2017-05-24 15:57:37 (GMT) |
commit | c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7 (patch) | |
tree | c7250b68a20cebd44f3247992bcabee09ca8c187 /.gitignore | |
parent | c471ca448cf336d7eb4a7cbe14d0012baf122d1f (diff) | |
download | cpython-c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7.zip cpython-c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7.tar.gz cpython-c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7.tar.bz2 |
Add .idea and .iml to .gitignore (#1764)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,8 +1,10 @@ # Two-trick pony for OSX and other case insensitive file systems: # Ignore ./python binary on Unix but still look into ./Python/ directory. +.idea/ /python !/Python/ *.cover +*.iml *.o *.orig *.pyc |