Run `touch 1 && chmod ugo-w 1` to prevent silly scripting bugs from running without being caught.
22 lines
256 B
Plaintext
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
|