mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
Meta: Tweak QtCreator .files sync script to include .idl files
This commit is contained in:
parent
94cf1f08ec
commit
fbfae033cc
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
Add a link
Reference in a new issue