.clangd
.cache

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride


# Thumbnails
._*

#==============================================================================#
# File extensions to be ignored anywhere in the tree.
#==============================================================================#
.svn
# Temp files created by most text editors.
*~
# Merge files created by git.
*.orig
# Byte compiled python modules.
*.pyc
# vim swap files
.*.sw?
.sw?


#==============================================================================#
# Explicit files to ignore (only matches one).
#==============================================================================#
# Various tag programs

/tags
/liberty/tags
/TAGS
/GPATH
/GRTAGS
/GSYMS
/GTAGS
.gitusers
autom4te.cache
cscope.files
cscope.out
autoconf/aclocal.m4
autoconf/autom4te.cache
/compile_commands.json

# ignore install and build directories
/install
/scaf-install-debug
/scaf-install-release
/build
/build-release
/scaf-build-debug
/scaf-build-release
