Meta: Tweak the Qt Creator project updater a bit

This commit is contained in:
Andreas Kling 2019-09-28 21:39:11 +02:00
parent ab67f74588
commit b8cab2a934

View file

@ -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