chore: update gitignore for generated files

This commit is contained in:
user
2026-07-21 16:13:34 +04:00
parent 2ad9d56960
commit 27c2ee2c03
4 changed files with 3065 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
DOXYGEN_CONFIG := Doxyfile
.PHONY: docs docs-clean
docs:
doxygen $(DOXYGEN_CONFIG)
docs-clean:
rm -rf docs