Update .gitignore to track cobra subdirectory

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.
This commit is contained in:
Rodolfo Carvalho 2019-08-23 22:05:18 +02:00
parent b80588d523
commit 595c4b61d2

2
.gitignore vendored
View file

@ -32,7 +32,7 @@ Session.vim
tags
*.exe
cobra
/cobra/cobra
cobra.test
.idea/