summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2017-05-24 11:57:37 -0400
committerSteve Dower <steve.dower@microsoft.com>2017-05-24 08:57:37 -0700
commitc0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7 (patch)
treec7250b68a20cebd44f3247992bcabee09ca8c187 /.gitignore
parentc471ca448cf336d7eb4a7cbe14d0012baf122d1f (diff)
downloadcpython-git-c0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7.tar.gz
Add .idea and .iml to .gitignore (#1764)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f436777c7c..de4c573fad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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