Skip to content

Commit 424f642

Browse files
authored
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 <[email protected]> Change-Id: I2ac30c8d0e42da9254b87cd45127503c70fc6b07
1 parent 8b5217d commit 424f642

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ bin/hipBusBandwidth
1111
bin/hipDispatchLatency
1212
bin/hipify-clang
1313
tags
14+
samples/0_Intro/module_api/runKernel.hip.out
15+
samples/0_Intro/module_api/vcpy_isa.code
16+
samples/0_Intro/module_api/vcpy_isa.hsaco
17+
samples/0_Intro/module_api/vcpy_kernel.co
18+
samples/0_Intro/module_api/vcpy_kernel.code
1419
samples/1_Utils/hipInfo/hipInfo
1520
samples/1_Utils/hipBusBandwidth/hipBusBandwidth
16-
samples/1_Utils/hipDispatchLatency/hipDispatchLatency
21+
samples/1_Utils/hipDispatchLatency/hipDispatchLatency

samples/0_Intro/module_api/.gitignore

-5
This file was deleted.

0 commit comments

Comments
 (0)