Update .gitignore

This commit is contained in:
Maxim Poliakovski 2023-01-09 00:40:48 +01:00
parent 0118b347f3
commit 74b457819a

7
.gitignore vendored
View File

@ -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