Removed or updated some old .gitignore files

This commit is contained in:
jpekkila
2019-09-24 17:50:41 +03:00
parent e4eea7db83
commit 2c8c49ee24
6 changed files with 0 additions and 21 deletions

2
.gitignore vendored
View File

@@ -22,6 +22,4 @@ makefile~
*~
build/
src/core/kernels/stencil_assembly.cuh
src/core/kernels/stencil_process.cuh
tests/

5
acc/.gitignore vendored
View File

@@ -1,5 +0,0 @@
build
testbin
# Except this file
!.gitignore

View File

@@ -1,5 +0,0 @@
build
testbin
# Except this file
!.gitignore

View File

@@ -1,5 +0,0 @@
build
testbin
# Except this file
!.gitignore

2
include/.gitignore vendored
View File

@@ -1,2 +0,0 @@
# Ignore the DSL headers
stencil_defines.h

View File

@@ -1,2 +0,0 @@
# Ignore the generated headers
stencil_process.cuh stencil_assembly.cuh