mirror of https://github.com/python/cpython
Add .idea and .iml to .gitignore (#1764)
This commit is contained in:
parent
c471ca448c
commit
c0fa4ba8f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue