*.c~
*.cpp~
*.cpz~
docs/html/*
*.h~
*.hpp~
*.o
*.log
*.so
*.swp
.vs/*
.vscode/*
CMakeSettings.json
**/.DS_Store

# Ignore files generated by CMake
build/*

# Ignore files generated by VS
out/*

# Ignore tags created by etags, ctags, gtags (GNU global) and cscope
TAGS
.TAGS
!TAGS/
tags
.tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
GSYMS
cscope.files
cscope.out
cscope.in.out
cscope.po.out


