mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
23 lines
262 B
Plaintext
23 lines
262 B
Plaintext
# Compiled binaries
|
|
out
|
|
*.a
|
|
*.o
|
|
|
|
fuzz-results
|
|
log.html
|
|
|
|
# Generated build config files
|
|
gyp-mac-tool
|
|
Makefile
|
|
*.Makefile
|
|
*.target.mk
|
|
|
|
# IDE files
|
|
.idea
|
|
*.xcodeproj
|
|
|
|
# Dev dependencies
|
|
test/fixtures/grammars/*
|
|
!test/fixtures/grammars/.gitkeep
|
|
externals/cpplint.py
|