mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add .idea and .iml to .gitignore (#1764)
This commit is contained in:
parent
c471ca448c
commit
c0fa4ba8f7
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,8 +1,10 @@
|
||||||
# Two-trick pony for OSX and other case insensitive file systems:
|
# Two-trick pony for OSX and other case insensitive file systems:
|
||||||
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
# Ignore ./python binary on Unix but still look into ./Python/ directory.
|
||||||
|
.idea/
|
||||||
/python
|
/python
|
||||||
!/Python/
|
!/Python/
|
||||||
*.cover
|
*.cover
|
||||||
|
*.iml
|
||||||
*.o
|
*.o
|
||||||
*.orig
|
*.orig
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue