Files
mgmt/.gitignore
James Shubin 2ee403bab9 git: Update gitignore files
We were overly matching in some cases by not starting with a slash. This
updates a few other cases too.
2025-05-06 02:52:26 -04:00

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