Add results to .gitignore
This commit is contained in:
parent
8ab074b537
commit
ce28b248fa
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,4 +2,6 @@ build
|
||||||
target
|
target
|
||||||
.cache
|
.cache
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.luacheckcache
|
.luacheckcache
|
||||||
|
benchmarks
|
||||||
|
flamegraph*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue