]> granicus.if.org Git - python/commitdiff
Add .idea and .iml to .gitignore (#1764)
authorgfyoung <gfyoung17@gmail.com>
Wed, 24 May 2017 15:57:37 +0000 (11:57 -0400)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 24 May 2017 15:57:37 +0000 (08:57 -0700)
.gitignore

index f436777c7cf099c43c9f04ad31fe1551b4f6079d..de4c573fad62498d5e3e12c182828c78536293d0 100644 (file)
@@ -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