Files
mgmt/.gitignore
James Shubin e18adc781f git: Add a simple gitignore helper
Run `touch 1 && chmod ugo-w 1` to prevent silly scripting bugs from
running without being caught.
2019-11-12 17:33:58 -05:00

22 lines
256 B
Plaintext

.idea/
.omv/
.ssh/
.vagrant/
.envrc
old/
tmp/
*WIP
*_stringer.go
bindata/*.go
mgmt
mgmt.static
# crossbuild artifacts
build/mgmt-*
mgmt.iml
rpmbuild/
releases/
# vim swap files
.*.sw[op]
# prevent `echo foo 2>1` typo errors by making this file read-only
1