aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ed9e64ef8fb92ec4f9e388d49ed65f2a2d4dbf61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.o
obj/
build/
tags

tests/run

compile_flags.txt
compile_commands.json
.cache/

*.gcno
*.gcda
*.profraw
*.profdata

vgcore.*