From 74b457819a026e11151b87817bc45d350802680c Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Mon, 9 Jan 2023 00:40:48 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2e0e448..16ce0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,14 @@ out/ *.o *.d +# Ignore CMake system files +CMakeFiles +cmake_install.cmake + # Ignore Visual Studio configuration files CMakeSettings.json +*.vcxproj +*.vcxproj.filters # Ignore generated executables dingusppc @@ -21,4 +27,5 @@ Thumb.db # IDE ignores build build-* +*.dir *.user