aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: eb8604b8fb216d57441754be968a4bf188cf53a6 (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
*~
*.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