Skip to content

Commit 595c5dc

Browse files
chore: gitignore build/ (#103)
Ignore the `build/` dir artifact generated when `pip install .`-ing Link to PR: Arm-Debug/vgf-adapter-model-explorer#103 Co-authored-by: Carey Williams <CareyJWilliams@users.noreply.github.com>
1 parent c2206ae commit 595c5dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
# Distribution / packaging
99
.Python
1010
dist/
11+
build/
1112
.eggs/
1213
wheels/
1314
*.egg-info/

0 commit comments

Comments
 (0)