Skip to content

Commit 623dfeb

Browse files
committed
Update benchmarking .gitignore targets
1 parent 43b5bd6 commit 623dfeb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.gitignore

+8-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ src/test/resources/coqProj/Makefile.coq
1818
src/test/resources/coqProj/Makefile.coq.conf
1919
src/test/resources/**/.vscode
2020

21-
# Ignore the generated build files in datatests inside benchmarks
21+
## Benchmarking files
22+
23+
# Ignore generated build files inside dataset
2224
dataset/**/result
2325
dataset/**/.vscode/
2426

25-
# Ignore private files used while benchmarking
26-
src/test/benchmark/benchmarkPrivate/
27+
# Ignore logs & cache
28+
benchmarkLogs/
29+
.cache/
2730

28-
# Ignore benchmark logs
29-
benchmarkLogs/
31+
# Ignore private files (outdated)
32+
src/test/benchmark/benchmarkPrivate/

0 commit comments

Comments
 (0)