diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-06-11 21:41:30 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-06-11 21:41:30 -0400 |
commit | 18b1585116344646e544d6e3a92f3690356026a9 (patch) | |
tree | fc8c983fe00f9efde17a714b402871ea96cb4a93 | |
parent | 67f8bcb195c5e23947616b1e1c5664321f6ea054 (diff) |
Update gitignore with RTSS'20 additions
-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 | ||