From 3cba9ccd42b21621cab1adef9ed9490ae8c6b929 Mon Sep 17 00:00:00 2001 From: Yiltan Hassan Temucin Date: Tue, 1 Oct 2024 13:27:45 -0700 Subject: [PATCH] added .gitignore, we do not want to include the build directory in our commits [ROCm/rocshmem commit: 120453c75c890c324f8d90d0678fd9ae7b9dc095] --- projects/rocshmem/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 projects/rocshmem/.gitignore diff --git a/projects/rocshmem/.gitignore b/projects/rocshmem/.gitignore new file mode 100644 index 0000000000..567609b123 --- /dev/null +++ b/projects/rocshmem/.gitignore @@ -0,0 +1 @@ +build/