ignore {.drone.{star,yml},*.out} files [skip ci]

This commit is contained in:
surtur 2022-05-13 22:36:41 +02:00
parent 4b6e655ebf
commit 44c2a69e9d
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

9
.gitignore vendored
View File

@ -6,3 +6,12 @@ result-*
go-xkcdreader
.vimrc
# drone starlark command used for "test-conversion" to yaml looks for
# '.drone.star' file (or a symlink) and what we've got is .drone.starlark,
# hence ignore the link and the generated .drone.yml
.drone.star
.drone.yml
# coverage or other binary files
*.out