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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -17,3 +17,5 @@ rpmbuild/
|
|||||||
releases/
|
releases/
|
||||||
# vim swap files
|
# vim swap files
|
||||||
.*.sw[op]
|
.*.sw[op]
|
||||||
|
# prevent `echo foo 2>1` typo errors by making this file read-only
|
||||||
|
1
|
||||||
|
|||||||
Reference in New Issue
Block a user