From 98d5b6143a40105e0c4caf96575084195d62dd68 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 15 Jul 2022 10:46:52 +0200 Subject: [PATCH] checkpatch.conf: ignore sbcap generated files Prepare to add sbcap library in If76f8619a9b2d46af6d94b8ae49348b8514e53aa. Change-Id: Icc5150b2c835f8a9c6b584da5e01ab2fd938ee45 --- .checkpatch.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .checkpatch.conf diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 0000000..ff29c3e --- /dev/null +++ b/.checkpatch.conf @@ -0,0 +1,2 @@ +--exclude ^src/sbcap/(skel|gen)/.*\.(c|h)$ +--exclude ^src/sbcap/.*\.asn$