# CMake
# Our documentation recommends that the root directory /build/ be used for
# CMake files.
/build/

# Emacs
*~
\#*\#

# Vim
*.swp
*.swo
*.swm

# VS
.vs/
.vscode/
