Ignore all build* folders and the out folder

1164-fix
MrSimbax 2020-07-06 13:26:27 +02:00 committed by Mateusz Przybył
parent a65776e0e7
commit 6c715ffef9
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -23,7 +23,7 @@ Makefile
/saves /saves
# Standard build directory # Standard build directory
/build /build*
# Ignore KDevelop files # Ignore KDevelop files
.kdev4 .kdev4
@ -45,3 +45,4 @@ CMakeLists.txt.user.*
# Ignore Visual Studio files # Ignore Visual Studio files
/CMakeSettings.json /CMakeSettings.json
/.vs /.vs
/out