diff --git a/.gitignore b/.gitignore index 6a31b11bd7..27d0bc390b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,11 +19,17 @@ cmake-build-* # clangd .cache -out/ - # Visual Studio .vs/ .vscode/ +out/ CMakeSettings.json +# Emacs temporary files +*~ + +# Vim temporary files +*.swp +*.swo + src/include \ No newline at end of file