aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 63902676dbc7563d16c29697c793d573ec35d07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.swp
*~
*.cfg
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