summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-01-30 00:24:54 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-30 09:18:46 +0100
commita3da5bc925321f3625d77b640e85d1ebf55adf27 (patch)
tree2296c07ba273e3b0ed31b21043d209c97dee5b84 /.gitignore
parentc7ca0a5fef126a25b7609a87958813029c6bce23 (diff)
downloadserenity-a3da5bc925321f3625d77b640e85d1ebf55adf27.zip
Meta: Expect sync-local.sh script at repository root
This used to be in Kernel/, next to the build-root-filesystem.sh script, which was then moved to Meta/ during the transition to CMake but has the working directory set to Build/, effectively expecting it there - which seems silly. TL;DR: Very confusing. Use an explicit path relative to SERENITY_ROOT instead and update the .gitignore files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7237affb42..aaf5fff045 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ compile_commands.json
Ports/packages.db
.idea/
cmake-build-debug/
+sync-local.sh