ignore {.drone.{star,yml},*.out} files [skip ci]
This commit is contained in:
parent
4b6e655ebf
commit
44c2a69e9d
9
.gitignore
vendored
9
.gitignore
vendored
@ -6,3 +6,12 @@ result-*
|
|||||||
go-xkcdreader
|
go-xkcdreader
|
||||||
|
|
||||||
.vimrc
|
.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
|
||||||
|
Loading…
Reference in New Issue
Block a user