From a35dba55f5e844cb1c6bf8a1283ca8c4fa2372ac Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 23 Aug 2019 22:05:18 +0200 Subject: [PATCH] update .gitignore: track cobra subdirectory (#936) The 'cobra' entry on .gitignore was meant to ignore a potential 'cobra' executable generated by 'go build' during development. However, 'cobra' is a directory containing the command line tool, and such a generic entry in .gitignore ignores too much. Instead of the generic 'cobra' entry, ignore only a specific '/cobra/cobra' path. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c7b459e4dd..3b087d7669 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ Session.vim tags *.exe +/cobra/cobra cobra.test bin