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:
|
# 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…
Reference in New Issue