Skip to content

Commit 8a8d694

Browse files
committed
Add build outputs to .gitignore
- Exclude build-output/ directory from version control - Ignore binary files (.bin, .elf, .map) - Keep source code and build artifacts separate
1 parent ec5fa4f commit 8a8d694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
.vscode/launch.json
55
.vscode/ipch
66
.vscode/settings.json
7+
8+
# Build outputs
9+
build-output/
10+
*.bin
11+
*.elf
12+
*.map

0 commit comments

Comments
 (0)