Skip to content

Commit

Permalink
Meta: Actually exclude the Build/ directory from QtCreator refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Aug 16, 2020
1 parent 7b110fa commit 370624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta/refresh-serenity-qtcreator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 370624b

Please sign in to comment.