1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-12 15:13:18 +00:00

Add 'NOTICE' to list of file names to skip

This commit is contained in:
Mohamed Abdelnour
2021-05-30 12:12:59 +02:00
committed by David Peter
parent 16d346773b
commit 1ced35ec76
+1
View File
@@ -18,6 +18,7 @@ BAT_OPTIONS = [
SKIP_FILENAMES = [
"LICENSE.md",
"NOTICE",
"README.md",
"bat_options",
]