diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 21:39:11 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-28 22:57:46 +0200 |
commit | b8cab2a934a8846b05c4f18453339a0b99f2c26b (patch) | |
tree | 4651287b7a26ce92fc9c765cb6ebd433a19264ad /Meta/refresh-serenity-qtcreator.sh | |
parent | ab67f745881749eb1f6bca98ae3bcc511daaa884 (diff) | |
download | serenity-b8cab2a934a8846b05c4f18453339a0b99f2c26b.zip |
Meta: Tweak the Qt Creator project updater a bit
Diffstat (limited to 'Meta/refresh-serenity-qtcreator.sh')
-rwxr-xr-x | Meta/refresh-serenity-qtcreator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/refresh-serenity-qtcreator.sh b/Meta/refresh-serenity-qtcreator.sh index dda410061e..2829ef6b7b 100755 --- a/Meta/refresh-serenity-qtcreator.sh +++ b/Meta/refresh-serenity-qtcreator.sh @@ -1,4 +1,4 @@ #!/bin/bash cd $SERENITY_ROOT -find . -name '*.ipc' -or -name '*.cpp' -or -name '*.h' -or -name '*.S' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ > serenity.files +find . -name '*.ipc' -or -name '*.cpp' -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 |