Merge pull request #974 from ahlinc/feat/gitignore

Added libtree-sitter.so* files into .gitignore
This commit is contained in:
Patrick Thomson 2021-03-08 11:20:10 -05:00 committed by GitHub
commit 0965aec5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View file

@ -16,6 +16,8 @@ docs/assets/js/tree-sitter.js
*.rs.bk
*.a
*.dylib
*.so
*.so.[0-9]*
*.o
*.obj
*.exp