aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2194caa..a12d0a1 100755
--- a/lint/checkpatch/checkpatch_osmo.sh
+++ b/lint/checkpatch/checkpatch_osmo.sh
@@ -10,6 +10,8 @@ exclude_paths_common() {
echo '--exclude ^debian/changelog$'
# Patch files
echo '--exclude \.patch$'
+ # Symlinks (no newline at end of file)
+ find -type l -printf '--exclude ^%P$\n'
}
exclude_paths_common_asn1c() {