projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c471ca4
)
Add .idea and .iml to .gitignore (#1764)
author
gfyoung
<gfyoung17@gmail.com>
Wed, 24 May 2017 15:57:37 +0000
(11:57 -0400)
committer
Steve Dower
<steve.dower@microsoft.com>
Wed, 24 May 2017 15:57:37 +0000
(08:57 -0700)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index f436777c7cf099c43c9f04ad31fe1551b4f6079d..de4c573fad62498d5e3e12c182828c78536293d0 100644
(file)
--- 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