Merge pull request #321 from surajssd/intellij-gitignore

IntelliJ IDE .gitignore
This commit is contained in:
Tomas Kral 2016-12-01 11:44:07 +01:00 committed by GitHub
commit c43a973453

5
.gitignore vendored
View File

@ -37,7 +37,7 @@ _testmain.go
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
#
#
# VIM SPECIFIC
#
@ -54,3 +54,6 @@ Session.vim
# auto-generated tag files
tags
# IntelliJ IDE specific
.idea