From 91aa81f808515a3a305585acfa83cf2effc6d148 Mon Sep 17 00:00:00 2001 From: Ian-Clowes <65678428+Ian-Clowes@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:36:09 +0100 Subject: [PATCH] Fix IDE snags with Visual Studio - Bug / quirk of VS causes CMakeLists.txt to be ignored if *.txt appears in .gitignore - .vs/ artefacts should not be tracked in giit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e6473396..1493a339 100644 --- a/.gitignore +++ b/.gitignore @@ -47,12 +47,14 @@ tmp* tests/*.unicode tests/unicode_test* *.txt +!CMakeLists.txt *.xxhsum # editor artifacts .clang_complete *.swp .vscode/ +.vs/ # Doxygen doxygen/