Add .idea pattern to .gitignore
The .idea directoy is used by pycharm and should not be included in the change list. The change extends the .gitignore file to avoid .idea directory to be shown in the change list Change-Id: Ibed8540343198c737db22512bc8e98ab2a7942c0
This commit is contained in:
parent
e54f3817d3
commit
1f5e4d0c90
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,6 +24,6 @@ var/*
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
AUTHORS
|
AUTHORS
|
||||||
etc/zaqar.conf.sample
|
etc/zaqar.conf.sample
|
||||||
|
.idea
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
Loading…
Reference in New Issue
Block a user