diff --git a/projects/hip/.gitignore b/projects/hip/.gitignore index fe07943cad..6bdb3a4030 100644 --- a/projects/hip/.gitignore +++ b/projects/hip/.gitignore @@ -11,6 +11,11 @@ bin/hipBusBandwidth bin/hipDispatchLatency bin/hipify-clang tags +samples/0_Intro/module_api/runKernel.hip.out +samples/0_Intro/module_api/vcpy_isa.code +samples/0_Intro/module_api/vcpy_isa.hsaco +samples/0_Intro/module_api/vcpy_kernel.co +samples/0_Intro/module_api/vcpy_kernel.code samples/1_Utils/hipInfo/hipInfo samples/1_Utils/hipBusBandwidth/hipBusBandwidth -samples/1_Utils/hipDispatchLatency/hipDispatchLatency \ No newline at end of file +samples/1_Utils/hipDispatchLatency/hipDispatchLatency diff --git a/projects/hip/samples/0_Intro/module_api/.gitignore b/projects/hip/samples/0_Intro/module_api/.gitignore deleted file mode 100644 index c1d81e043f..0000000000 --- a/projects/hip/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