summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-06-11 21:41:30 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-06-11 21:41:30 -0400
commit18b1585116344646e544d6e3a92f3690356026a9 (patch)
treefc8c983fe00f9efde17a714b402871ea96cb4a93
parent67f8bcb195c5e23947616b1e1c5664321f6ea054 (diff)
Update gitignore with RTSS'20 additions
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 353ab60..af908cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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