aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6f43ef1ae415e47bfc18d9db41d5c855a45df8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*~
*.swp
*.cfg
*.tmp
*.img
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

# vscode
.vscode