**/core
!core/

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

jsonnet
jsonnetfmt
_jsonnet.so
libjsonnet.so
libjsonnet++.so
libjsonnet.js
libjsonnet_test_file
libjsonnet_test_snippet
**/core.*
**/vgcore
**/vgcore.*
core/std.jsonnet.h
Makefile.depend
Makefile.depend.bak
bazel-*

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

/build/
/external/
/dist/
/jsonnet.egg-info/

# Cmake
**/CMakeCache.txt
**/CMakeFiles
**/cmake_install.cmake
**/CTestTestfile.cmake
tags
bin/
Testing/

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

**/.DS_Store

.vscode
