Add line for PyCharm IDE in gitignore file
There was no entry in the gitignore file for JetBrains IDEs like PyCharm. This patch adds an entry to ignore the .idea directory that is created when the masakari-monitors tree is imported as a project into PyCharm. Change-Id: I0b9280e645759c0bcbda3e8a562bd1b70d817c82
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -55,4 +55,7 @@ ChangeLog
|
||||
.*sw?
|
||||
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
||||
releasenotes/build
|
||||
|
||||
# PyCharm IDE
|
||||
.idea/
|
||||
|
Reference in New Issue
Block a user