From fa56986a13d45334c5ef977f2f12533bc86fe0b2 Mon Sep 17 00:00:00 2001
From: Carl-Martin Pfeiler <carl-martin.pfeiler@asc.tuwien.ac.at>
Date: Wed, 25 Jul 2018 15:15:30 +0200
Subject: [PATCH] added all .trace files to ignore

---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fdf5f03..9883f2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@ code[0-9]*.o
 code[0-9]*.so
 
 # from profiling
-ng*.trace
+*.trace
 tests/traces/
 
 # test Results
-- 
GitLab