From 9ad65f9c3249686e0d2e35ab39097d67589f396b Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Thu, 1 Dec 2016 12:47:27 +0530 Subject: [PATCH] IntelliJ IDE .gitignore added .gitignore for IntelliJ IDE files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f82fa252..9f89dc04 100644 --- a/.gitignore +++ b/.gitignore @@ -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