From 30c25f325f03c5bba3b1c88a3e6723fc953c20b6 Mon Sep 17 00:00:00 2001 From: Bruce Downs Date: Mon, 29 Jul 2019 23:32:32 -0700 Subject: [PATCH] Add ignore of cobra posix binary and all of intellij generated files --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b053c59..b2b848e7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,8 @@ Session.vim tags *.exe - +cobra cobra.test -.idea/* +.idea/ +*.iml