CI: Don't ignore deps directory when formatting

Also add a .clang-format ignore file to the libff dependency.
This commit is contained in:
Matt Gajownik
2022-03-25 19:36:16 +11:00
parent de1d806e83
commit 70924da18d
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -44,7 +44,6 @@ fi
find . -type d \( \
-path ./\*build -o \
-path ./cmake -o \
-path ./deps -o \
-path ./plugins/decklink/\*/decklink-sdk -o \
-path ./plugins/enc-amf -o \
-path ./plugins/mac-syphon/syphon-framework -o \
+3
View File
@@ -0,0 +1,3 @@
Language: Cpp
SortIncludes: false
DisableFormat: true