From 9249b1d7d2debd24046a91ee94547c59d2cce823 Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Fri, 15 Oct 2021 14:25:14 -0600 Subject: [PATCH] Ignore temp folder created by run_vtr_flow.py Signed-off-by: Jeff Goeders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef99b5bc203..583e63d7766 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ CMakeFiles build # -#VTR Tasks +#VTR Flow/Tasks # vtr_flow/tasks/**/run[0-9]* vtr_flow/tasks/**/run_latest @@ -22,6 +22,7 @@ vtr_flow/tasks/**/latest vtr_flow/tasks/**/qor_geomean.txt vtr_flow/tasks/**/task_summary/ quick_test/* +temp/ # # Titan benchmarks