Skip to content

Commit 011a4cf

Browse files
ovitrifclaude
andcommitted
fix: remove accidentally committed .o build artifact
A 68MB object file was committed to the repo. Remove it and add *.o / *.a / *.d patterns to .gitignore to prevent recurrence. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc7d99b commit 011a4cf

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ swift.swiftdoc
2424
# Ignore LDKNodeFFI.xcframework files
2525
/bindings/swift/LDKNodeFFI.xcframework
2626

27+
# Build artifacts
28+
*.o
29+
*.a
30+
*.d
31+
2732
# IDE and local files
2833
.idea
2934
.build
-65.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)