From cf87128628b10ef866bcca751defc1f1dc4e63f1 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:17:54 +0530 Subject: [PATCH] SWDEV-1 - Move sample 0 gitignore into root's (#2951) The samples directory tree is installed as-is during packaging. To avoid this file from being installed, the sample gitignores should be combined with the existing file in the root of the git. Signed-off-by: Jeremy Newton Change-Id: I2ac30c8d0e42da9254b87cd45127503c70fc6b07 --- samples/0_Intro/module_api/.gitignore | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 samples/0_Intro/module_api/.gitignore diff --git a/samples/0_Intro/module_api/.gitignore b/samples/0_Intro/module_api/.gitignore deleted file mode 100644 index c1d81e043f..0000000000 --- a/samples/0_Intro/module_api/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -runKernel.hip.out -vcpy_isa.code -vcpy_isa.hsaco -vcpy_kernel.co -vcpy_kernel.code