mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
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:
parent
b80588d523
commit
595c4b61d2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -32,7 +32,7 @@ Session.vim
|
|||
tags
|
||||
|
||||
*.exe
|
||||
cobra
|
||||
/cobra/cobra
|
||||
cobra.test
|
||||
|
||||
.idea/
|
||||
|
|
Loading…
Add table
Reference in a new issue