From 809b9e8c134dc778d0d0b4b93c5af584d058c948 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Wed, 1 Mar 2023 14:03:41 +0100 Subject: [PATCH] Dodano definicje do .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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** + + + + + +