devtools: ignore JSON files for SPDX check
[dpdk.git] / devtools / check-spdx-tag.sh
index 3f2912e..a606ef8 100755 (executable)
@@ -25,8 +25,8 @@ check_spdx() {
        ':^*/Kbuild' ':^*/README' \
        ':^license/' ':^config/' ':^buildtools/' \
        ':^*.cocci' ':^*.abignore' \
-       ':^*.map' ':^*.ini' ':^*.data' ':^*.cfg' ':^*.txt' \
-       ':^*.svg' ':^*.png'\
+       ':^*.map' ':^*.ini' ':^*.data' ':^*.json' ':^*.cfg' ':^*.txt' \
+       ':^*.svg' ':^*.png' \
        > $tmpfile
 
     errors=$(wc -l < $tmpfile)