mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Actually exclude the Build/ directory from QtCreator refresh
This commit is contained in:
parent
7b110fad56
commit
370624bc37
Notes:
sideshowbarker
2024-07-19 03:33:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/370624bc376
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ fi
|
|||
|
||||
cd "$SERENITY_ROOT"
|
||||
|
||||
find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' \) -print > serenity.files
|
||||
find . \( -name Base -o -name Patches -o -name Ports -o -name Root -o -name Toolchain -o -name Build \) -prune -o \( -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' \) -print > serenity.files
|
||||
|
|
Loading…
Add table
Reference in a new issue