diff --git a/.gitignore b/.gitignore index dfcfd56..229f35b 100644 --- a/.gitignore +++ b/.gitignore @@ -348,3 +348,16 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + + +# C++ LSP cache +**.ccls_cache/ + +# Default g++ artifacts +**a.out** + + + + + +