syzkaller/.gitignore
Dmitry Vyukov 24d9114275 .github/workflows: add CI workflow
Switch from Travis to Github Actions for testing.
This is faster and is better integrated with github.

Update #1699
2020-05-18 11:34:42 +02:00

25 lines
335 B
Plaintext

*.swp
*~
*.cfg
workdir*
bin/
dashboard/app/config_prod.go
# stub file used by Makefile
.descriptions
# coverage report created by make presubmit/test
.coverage.txt
# files generated by syz-sysgen
sys/*/gen/*.go
executor/defs.h
executor/syscalls.h
# produced by gcloud command
dashboard/app/.gcloudignore
# jetbrains goland
.idea