**/core
!core/

**/*~
**/*.pyc
**/.*.swp
**/.*.swo
**/*.o
**/*.a
**/*.dylib
*.dSYM
.makebuild/

jsonnet
jsonnetfmt
_jsonnet.so
libjsonnet.so
libjsonnet.so.*
libjsonnet++.so
libjsonnet++.so.*
**/core.*
**/vgcore
**/vgcore.*
core/std.jsonnet.h
stdlib/to_c_array
Makefile.depend
Makefile.depend.bak
bazel-*

libjsonnet_file_test
libjsonnet_native_callbacks_test
libjsonnet_locale_test
libjsonnet_test
libjsonnet++_test
unicode_test
lexer_test
parser_test

**/*.tfstate
**/*.tfstate.backup

/build/
/external/
/dist/
/jsonnet.egg-info/
/python/jsonnet.egg-info/
/doc/.jekyll-cache/
/production/
/doc/production/
/doc/js/libjsonnet.wasm
/man

# CMake
**/CMakeCache.txt
**/CMakeFiles
**/cmake_install.cmake
**/CTestTestfile.cmake
tags
bin/
Testing/
cmake_test_discovery_*.json

# Ignore auto-generated makefiles from CMake.
**/Makefile
^Makefile/

**/.DS_Store

.vscode
