uncrustify: Exclude app/flatpak-polkit-agent-text-listener.[ch]

These are copied from polkit so we don't want to uncrustify them.

Closes: #2715
Approved by: matthiasclasen
This commit is contained in:
Matthew Leeds 2019-02-21 23:22:27 -08:00 committed by Atomic Bot
parent 4c5c359c91
commit 7d72dd713f

View File

@ -1,2 +1,2 @@
#!/bin/sh
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h`
uncrustify -c uncrustify.cfg --no-backup `git ls-tree --name-only -r HEAD | grep \\\.[ch]$ | grep -v common/valgrind-private.h | grep -v app/flatpak-polkit-agent-text-listener\\\.[ch]`