add .idea to .gitignore
the .idea dir is generated by PyCharm/IntelliJ. Change-Id: If1124c1ec8c383dea1e3a94f13feb77707c17890
This commit is contained in:
parent
8fe06c03e6
commit
93ca5d37b4
3
.gitignore
vendored
3
.gitignore
vendored
@ -36,6 +36,7 @@ nosetests.xml
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
.idea
|
||||
|
||||
# Complexity
|
||||
output/*.html
|
||||
@ -51,4 +52,4 @@ ChangeLog
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
.*sw?
|
||||
.*sw?
|
||||
|
Loading…
Reference in New Issue
Block a user