Commit graph

6 commits

Author SHA1 Message Date
Rodolfo Carvalho
595c4b61d2 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.
2019-08-23 22:22:40 +02:00
Bruce Downs
af29f95b81 Add ignore of cobra posix binary and all of intellij generated files 2019-08-02 01:25:21 +05:00
jharshman
c356c6491b add .idea/* to gitignore 2019-06-07 10:31:03 -04:00
Eric Paris
a5f153e19b add vim to gitignore 2016-06-03 10:18:59 -04:00
spf13
3d8285f415 ignoring compiled test 2013-09-03 18:57:14 -04:00
Steve Francia
7791653039 Initial commit 2013-09-03 13:40:26 -07:00