aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xrun1
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 079a0e7..c3e589f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,7 @@ compile_commands.json
.idea/
.clangd/
build/
-cmake-build-debug/
+cmake/
cross/
cross64/
iso/
diff --git a/run b/run
index 3c2e43e..23ce208 100755
--- a/run
+++ b/run
@@ -156,7 +156,6 @@ make_sync() {
cmake .. > /dev/null
mv compile_commands.json ..
cd ..
- rm -rf cmake
}
make_clean() {