mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Tweak QtCreator .files sync script to include .idl files
This commit is contained in:
parent
94cf1f08ec
commit
fbfae033cc
Notes:
sideshowbarker
2024-07-19 05:30:56 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/fbfae033cc5
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ then echo "Serenity root not set. Please set environment variable first. E.g. ex
|
|||
fi
|
||||
|
||||
cd "$SERENITY_ROOT" || exit 1
|
||||
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files
|
||||
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.idl' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files
|
||||
|
|
Loading…
Add table
Reference in a new issue