Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add *.dylib file to .gitignore #219

Merged
merged 1 commit into from
Feb 3, 2024

Conversation

zonuexe
Copy link
Contributor

@zonuexe zonuexe commented Feb 3, 2024

.dylib is a shared object (Mach-O) file extension for macOS, similar to .so for ELF (UNIX, Linux).

スクリーンショット 2024-02-03 19 50 52

Checklist

  • All tests pass in CI
  • There are enough tests for the new fix/feature
  • Grammar rules have not been renamed unless absolutely necessary (x rules renamed)
  • The conflicts section hasn't grown too much (x new conflicts)
  • The parser size hasn't grown too much (master: STATE_COUNT, PR: STATE_COUNT)
    (check the value of STATE_COUNT in src/parser.c)

.dylib is a shared object (Mach-O) file extension for macOS, similar
to .so for ELF (UNIX, Linux).
@calebdw calebdw merged commit cf1f4a0 into tree-sitter:master Feb 3, 2024
@calebdw
Copy link
Collaborator

calebdw commented Feb 3, 2024

Thanks!

@zonuexe zonuexe deleted the add/gitignore-dylib branch February 3, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants