Skip to content

Commit 3e7eb57

Browse files
otonomeeclaude
andcommitted
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. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a3b2b80 commit 3e7eb57

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)