git: Add a simple gitignore helper

Run `touch 1 && chmod ugo-w 1` to prevent silly scripting bugs from
running without being caught.
This commit is contained in:
James Shubin
2019-11-12 17:33:58 -05:00
parent 33d89c2739
commit e18adc781f

2
.gitignore vendored
View File

@@ -17,3 +17,5 @@ rpmbuild/
releases/
# vim swap files
.*.sw[op]
# prevent `echo foo 2>1` typo errors by making this file read-only
1