We were overly matching in some cases by not starting with a slash. This updates a few other cases too.
26 lines
324 B
Plaintext
26 lines
324 B
Plaintext
.idea/
|
|
.omv/
|
|
.ssh/
|
|
.vagrant/
|
|
.envrc
|
|
old/
|
|
tmp/
|
|
/vendor/
|
|
*WIP
|
|
*_stringer.go
|
|
/mgmt
|
|
/mgmt.static
|
|
# crossbuild artifacts
|
|
/build/mgmt-*
|
|
mgmt.iml
|
|
/rpmbuild/
|
|
/releases/
|
|
/pprof/
|
|
/sites/
|
|
# vim swap files
|
|
.*.sw[op]
|
|
# prevent `echo foo 2>1` typo errors by making this file read-only
|
|
1
|
|
# allow users to keep some junk files around
|
|
*.wip
|