From 449d5e718d3bb5ca1e7ba059a083d64b540c1e9c Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 4 Apr 2014 01:03:31 +0200 Subject: [PATCH] gitignore: add files that are generated while profiling --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a194dcc..4c10b12 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ timing.exe *.patch *.diff *.orig +*.out +*.ll +*.gcda