From 1d3d331570d7b1b0957ee930d44d5350540d1759 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 17 Jun 2019 14:46:30 +0300 Subject: [PATCH] .gitignore not includes the standard build directory and the headers generated with Astaroth DSL --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc1659e..cd5ff6e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,8 @@ scripts/py_visual_data~ *.blg *.spl makefile~ -*~ \ No newline at end of file +*~ + +build/ +src/core/kernels/stencil_assembly.cuh +src/core/kernels/stencil_process.cuh