git: Update gitignore files
We were overly matching in some cases by not starting with a slash. This updates a few other cases too.
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -5,18 +5,18 @@
|
||||
.envrc
|
||||
old/
|
||||
tmp/
|
||||
vendor/
|
||||
/vendor/
|
||||
*WIP
|
||||
*_stringer.go
|
||||
mgmt
|
||||
mgmt.static
|
||||
/mgmt
|
||||
/mgmt.static
|
||||
# crossbuild artifacts
|
||||
build/mgmt-*
|
||||
/build/mgmt-*
|
||||
mgmt.iml
|
||||
rpmbuild/
|
||||
releases/
|
||||
pprof/
|
||||
sites/
|
||||
/rpmbuild/
|
||||
/releases/
|
||||
/pprof/
|
||||
/sites/
|
||||
# vim swap files
|
||||
.*.sw[op]
|
||||
# prevent `echo foo 2>1` typo errors by making this file read-only
|
||||
|
||||
Reference in New Issue
Block a user