From af29f95b816b2d9ac6ed548f991dc3acca113280 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