summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLuca Sas <sas.luca.alex@gmail.com>2020-03-06 19:07:56 +0000
committerLuca Sas <sas.luca.alex@gmail.com>2020-03-06 19:07:56 +0000
commitb573b7c968d267904c971e08c4b2fb96bb987c1a (patch)
tree2685704ab9b94a8bf40564b812ae1414a1108a3c /.gitignore
parent581538a8b371c0a9003dc0f1bf081222b8c4fdd9 (diff)
downloadgamejam-slgj-2024-b573b7c968d267904c971e08c4b2fb96bb987c1a.tar.gz
gamejam-slgj-2024-b573b7c968d267904c971e08c4b2fb96bb987c1a.tar.bz2
gamejam-slgj-2024-b573b7c968d267904c971e08c4b2fb96bb987c1a.zip
Lowered the cmake version.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 071ee5c..da05179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
.idea/
.vscode/
+.vs/
cmake-build-debug/
-bin/ \ No newline at end of file
+bin/
+build/ \ No newline at end of file