Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update .gitignore: track cobra subdirectory (spf13#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.
- Loading branch information