Skip to content

Commit

Permalink
Merge pull request #219 from zonuexe/add/gitignore-dylib
Browse files Browse the repository at this point in the history
Add *.dylib file to .gitignore
  • Loading branch information
calebdw authored Feb 3, 2024
2 parents c7fb0aa + b6edc94 commit cf1f4a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bindings/c/*.h
*.a
*.o
*.so
*.dylib

# These files would be generated by 'tree-sitter generate' with the default
# settings. We don't want them because there's already a copy at the root.
Expand Down

0 comments on commit cf1f4a0

Please sign in to comment.