12 lines
466 B
Diff
12 lines
466 B
Diff
--- a/src/stub/scripts/check_whitespace.sh 2018-06-19 10:37:43.906967996 +0200
|
|
+++ b/src/stub/scripts/check_whitespace.sh 2018-06-19 10:32:18.002066908 +0200
|
|
@@ -15,6 +15,8 @@
|
|
-type f -iname '*.exe' -prune -o \
|
|
-type f -iname '*.pdf' -prune -o \
|
|
-type f -iname '*.swp' -prune -o \
|
|
+ -type f -iname '*.o' -prune -o \
|
|
+ -type f -iname '*.out' -prune -o \
|
|
-type f -print0 | \
|
|
LC_ALL=C sort -z | xargs -0r perl -n -e '
|
|
#print("$ARGV\n");
|