tree-sitter/.gitignore
Phil Turnbull 798ef5e4dc Add libFuzzer support
This adds support for fuzzing tree-sitter grammars with libFuzzer. This
currently only works on Linux because of linking issues on macOS. Breifly, the
AddressSanitizer library is dynamically linked into the fuzzer binary and
cannot be found at runtime if built with a compiler that wasn't provided by
Xcode(?). The runtime library is statically linked on Linux so this isn't a
problem.
2017-07-14 13:50:41 -07:00

19 lines
246 B
Text

# Compiled binaries
out
fuzz-results
# 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