Skip to content

Commit

Permalink
Meta: Include .json files in the Qt Creator refresh script
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Sep 14, 2020
1 parent d67b421 commit 2b17d98
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 -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
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' -or -name '*.json' \) -print > serenity.files

0 comments on commit 2b17d98

Please sign in to comment.