From ee16668c8702fe7acded1cf27b10824235f17f1d Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Tue, 6 Dec 2022 04:50:56 +0000 Subject: [PATCH] SWDEV-355313 - Update latest code Change-Id: I9c03cde09b42c8e3726153c2a177359efc8d6d29 --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..f3f605803c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.* +!.gitignore +*.o +*.exe +*.swp +lib +packages +build +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