aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-03-02 11:43:39 +0100
committerOliver Smith <osmith@sysmocom.de>2022-03-02 11:43:39 +0100
commitfe6512a5ba42ebc71c2f3acca2129c7f6027f3c8 (patch)
tree48e585ee52faa8bf661964e3319fd0e91aa53bb0
parentf5ab1346db7243dba9a4450f1051e6491272db41 (diff)
lint: checkpatch_osmo.sh: exclude .patch files
-rwxr-xr-xlint/checkpatch/checkpatch_osmo.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lint/checkpatch/checkpatch_osmo.sh b/lint/checkpatch/checkpatch_osmo.sh
index faf0fca..084a7ea 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -8,6 +8,8 @@ exclude_paths_common() {
echo '--exclude \.(ok|err)$'
# Generated from commit log, which may contain spelling errors (OS#5232)
echo '--exclude ^debian/changelog$'
+ # Patch files
+ echo '--exclude \.patch$'
}
exclude_paths_common_asn1c() {