.idea/*
**/dist/*
**/build/*
cmake-build-debug/*
output
output-*
build
*.swp
*.swo
.json
**/__pycache__/
*.pyc
*.exe

# Cangjie generated files.
**/*.cached/*
**/.*_Cache/*
*.ast
*.cjo
*.o
*.bc
*.cbc
*.bchir
*.map
*.prof
*.macrocall
# Various tag programs
/tags
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
.gitusers
autom4te.cache
cscope.files
cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
/compile_commands.json

# VS2017 and VSCode config files.
.vscode
.vs
# clangd index
.clangd
.ccls-cache
.cache

# emacs
*~
\#*\#
.\#*

# ccls
.ccls

# gdb
**/.gdb_history

third_party/flatbuffers
third_party/boundscheck*
third_party/llvm-project
third_party/runtime
third_party/libxml*
# flatc generated file
libs/std/ast/NodeFormat_generated.cj
libs/std/ast/nodeformat_generated.cj
libs/std/ast/table.cj
libs/std/ast/flatbuffer_object.cj
libs/std/ast/decode.cj

# vscode
.VSCodeCounter/

# macOS build cache
.DS_Store
