We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent 43b5bd6 commit 623dfebCopy full SHA for 623dfeb
.gitignore
@@ -18,12 +18,15 @@ src/test/resources/coqProj/Makefile.coq
18
src/test/resources/coqProj/Makefile.coq.conf
19
src/test/resources/**/.vscode
20
21
-# Ignore the generated build files in datatests inside benchmarks
+## Benchmarking files
22
+
23
+# Ignore generated build files inside dataset
24
dataset/**/result
25
dataset/**/.vscode/
26
-# Ignore private files used while benchmarking
-src/test/benchmark/benchmarkPrivate/
27
+# Ignore logs & cache
28
+benchmarkLogs/
29
+.cache/
30
-# Ignore benchmark logs
-benchmarkLogs/
31
+# Ignore private files (outdated)
32
+src/test/benchmark/benchmarkPrivate/
0 commit comments