فهرست منبع

makefile: ignore docs/_themes dir

Daniele Bartolini 5 سال پیش
والد
کامیت
a6afcd9795
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -175,7 +175,7 @@ clean-samples:
 
 .PHONY: codespell
 codespell:
-	codespell docs src tools tools-imgui --skip "Doxyfile.doxygen,*.ttf.h,*.png"
+	codespell docs src tools tools-imgui --skip "Doxyfile.doxygen,*.ttf.h,*.png,docs/_themes"
 
 .PHONY: clean
 clean: clean-samples