From 63c2cfca39e230560feec66d1111081e3b78fc3f Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Wed, 19 Jul 2023 11:53:10 +0200 Subject: [PATCH] update gitignores Signed-off-by: Niklas Eiling --- .gitignore | 2 ++ tests/samples/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 11652fae..e54e7d78 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ ckp tests/samples/matrixMul tests/samples/bandwidthTest tests/samples/nbody +*.code-workspace + # Auto-generated by rpcgen cpu/cpu_rpc_prot_svc_mod.c diff --git a/tests/samples/.gitignore b/tests/samples/.gitignore index 33a20c36..64e04dc5 100644 --- a/tests/samples/.gitignore +++ b/tests/samples/.gitignore @@ -1,2 +1,3 @@ +cudnn-samples samples-bin samples