From 48dd824b2601ce6ef8f281b21178486e5482b5c2 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 7 Sep 2017 16:30:56 -0400 Subject: [PATCH] ignore generated header files with OpenCL kernels --- lib/gpu/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gpu/.gitignore b/lib/gpu/.gitignore index 9ad6046a09..7b5254e480 100644 --- a/lib/gpu/.gitignore +++ b/lib/gpu/.gitignore @@ -4,3 +4,4 @@ /nvc_get_devices /*.cubin /*_cubin.h +/*_cl.h