mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Clean up gitignore
This commit is contained in:
parent
6dc0ff359d
commit
dc2035c262
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,15 +1,17 @@
|
|||
.idea
|
||||
# Compiled binaries
|
||||
out
|
||||
|
||||
# Generated build config files
|
||||
gyp-mac-tool
|
||||
Makefile
|
||||
*.Makefile
|
||||
*.target.mk
|
||||
|
||||
# IDE files
|
||||
.idea
|
||||
*.xcodeproj
|
||||
|
||||
test/run.out*
|
||||
externals/cpplint.py
|
||||
out
|
||||
*.pyc
|
||||
|
||||
# Dev dependencies
|
||||
test/fixtures/grammars/*
|
||||
!test/fixtures/grammars/.gitkeep
|
||||
externals/cpplint.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue