From 17758ff7cf637ad39e23edecfcd2ee807eda9609 Mon Sep 17 00:00:00 2001 From: Adam Dymitruk Date: Tue, 26 Nov 2013 14:49:38 -0800 Subject: [PATCH] Ignore intelliJ user-specific files when authoring go programs in intelliJ --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 83656241..6db041f6 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -21,3 +21,6 @@ _testmain.go *.exe *.test + +*/.idea/workspace.xml +*/.idea/tasks.xml