From: tobtoht Date: Sun, 29 Sep 2024 11:38:38 +0000 (+0200) Subject: .gitignore: add cmake-build-release X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=23d794469fa4fa12baa88dd377951c6da701438d;p=gamesguru%2Ffeather.git .gitignore: add cmake-build-release --- diff --git a/.gitignore b/.gitignore index 8971fe08..8f9e4d3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store lib/* cmake-build-debug/* +cmake-build-release/* .idea *.user *.stash