Selaa lähdekoodia

makefile: ignore SVGs

Daniele Bartolini 4 päivää sitten
vanhempi
sitoutus
22ee0c5c85
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -363,7 +363,7 @@ clean-docs:
 codespell:
 	@codespell docs src tools \
 		--ignore-words=scripts/codespell-dictionary.txt \
-		--skip "*.ttf.h,*.css,*.jpg,*.png,*.xcf,docs/_*,tools/level_editor/resources/theme/Adwaita" \
+		--skip "*.ttf.h,*.css,*.jpg,*.png,*.svg,*.xcf,docs/_*,tools/level_editor/resources/theme/Adwaita" \
 		-q4 # 4: omit warnings about automatic fixes that were disabled in the dictionary.
 
 .PHONY: cppcheck