Ignore all build* folders and the out folder
parent
a65776e0e7
commit
6c715ffef9
|
@ -23,7 +23,7 @@ Makefile
|
|||
/saves
|
||||
|
||||
# Standard build directory
|
||||
/build
|
||||
/build*
|
||||
|
||||
# Ignore KDevelop files
|
||||
.kdev4
|
||||
|
@ -45,3 +45,4 @@ CMakeLists.txt.user.*
|
|||
# Ignore Visual Studio files
|
||||
/CMakeSettings.json
|
||||
/.vs
|
||||
/out
|
||||
|
|
Loading…
Reference in New Issue