From 472434d2fce01ffbffeb08438a2dc6c438519750 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 23 Feb 2017 16:21:50 +0000 Subject: [PATCH] Update gitignore binary names --- .gitignore | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b73a688..b239bb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ -gpu-stream-cuda -gpu-stream-ocl -gpu-stream-acc -gpu-stream-omp3 -gpu-stream-omp45 -gpu-stream-sycl +cuda-stream +ocl-stream +omp-stream +acc-stream +raja-stream +kokkos-stream +sycl-stream *.o *.tar