Skip to content

Commit f000f61

Browse files
committed
fix: Remove map file and update .gitignore
- Remove accidentally committed firmware.map file - Add *.map to .gitignore to exclude linker map files - Add bloat report directories to .gitignore - Prevent build artifacts from being committed
1 parent 7f9883d commit f000f61

File tree

2 files changed

+7
-1723
lines changed

2 files changed

+7
-1723
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
/target
2+
3+
# Map files generated by linker
4+
*.map
5+
6+
# Bloat analysis reports
7+
target/bloat-reports/
8+
target/*-bloat-reports/

0 commit comments

Comments
 (0)