diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 97e0be570..63902676d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,16 @@ workdir* bin/ dashboard/app/config_prod.go +# stub file used by Makefile +.descriptions + +# files generated by syz-sysgen +sys/*/gen/*.go +executor/defs.h +executor/syscalls.h + +# produced by gcloud command +dashboard/app/.gcloudignore + # jetbrains goland .idea |
