diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | # Ignore benchmark results | 1 | # Ignore benchmark results |
2 | *.txt | 2 | *.txt |
3 | *.txt.clean | ||
3 | 4 | ||
4 | # Ignore DIS benchmarks | 5 | # Ignore DIS benchmarks |
5 | **/field | 6 | **/field |
@@ -11,3 +12,6 @@ | |||
11 | 12 | ||
12 | # Ignore Tacle Benchmarks | 13 | # Ignore Tacle Benchmarks |
13 | **/bin/ | 14 | **/bin/ |
15 | |||
16 | # Ignore random walk benchmark | ||
17 | **/random_walk | ||