syzkaller/.gitignore
Dmitry Vyukov 8ab0cf5b55 .gitignore: add *.tmp
Common temp file extension.
2020-07-29 12:55:05 +02:00

26 lines
341 B
Plaintext

*~
*.swp
*.cfg
*.tmp
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