update .gitignore for build script
This commit is contained in:
parent
399253ef4c
commit
f7e93edceb
|
@ -1,6 +1,4 @@
|
||||||
# AUTOGENERATED COPYRIGHT HEADER START
|
# Copyright (C) 2023 XoXFaby
|
||||||
# Copyright (C) 2017-2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
|
||||||
# AUTOGENERATED COPYRIGHT HEADER END
|
|
||||||
|
|
||||||
# CMAKE
|
# CMAKE
|
||||||
/build
|
/build
|
||||||
|
@ -13,3 +11,6 @@
|
||||||
# Visual Studio
|
# Visual Studio
|
||||||
/.vs
|
/.vs
|
||||||
/#Build
|
/#Build
|
||||||
|
|
||||||
|
# build script
|
||||||
|
/temp
|
Loading…
Reference in New Issue