Browse Source

.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.
rpatel 9 years ago
parent
commit
af20ba21cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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