Skip to content

Commit

Permalink
SWDEV-1 - Move sample 0 gitignore into root's (ROCm#2951)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rocm-ci authored Sep 19, 2022
1 parent 8b5217d commit 424f642
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
samples/1_Utils/hipDispatchLatency/hipDispatchLatency
5 changes: 0 additions & 5 deletions samples/0_Intro/module_api/.gitignore

This file was deleted.

0 comments on commit 424f642

Please sign in to comment.