Skip to content

Commit b095127

Browse files
committed
chore: add .gitignore for build artifacts and docs
Add .gitignore to exclude build artifacts (binaries, object files) and internal documentation from version control. Clean build verification confirms all features working correctly.
1 parent 6633037 commit b095127

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Build artifacts
2+
*.o
3+
*.hi
4+
mips-converter
5+
mips-converter-test
6+
main.exe
7+
8+
# Documentation (Claude Code internal)
9+
docs/
10+
11+
# macOS
12+
.DS_Store

0 commit comments

Comments
 (0)