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