.gitignore: Adding .idea to .gitignore

This will keep  all intellij IDEA IDE related files out of git.
This helps contributors using IDEA IDE for development.
release-3.2
rpatel 2017-01-24 21:28:50 -08:00
parent 6bef2bddca
commit af20ba21cb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
*.test
tools/functional-tester/docker/bin
hack/tls-setup/certs
.idea