Ignore all build* folders and the out folder
parent
a65776e0e7
commit
6c715ffef9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue