chore: Update .gitignore and Doxyfile for improved organization and versioning

- Expanded .gitignore to include additional build artifacts, IDE files, and logs for better project cleanliness.
- Updated Doxyfile to increment project version from 0.3.1 to 0.3.2, reflecting recent changes and improvements.
- Adjusted excluded directories in Doxyfile for clearer documentation generation.
This commit is contained in:
scawful
2025-10-05 01:05:37 -04:00
parent 277201416c
commit 40f44aa42a
2 changed files with 94 additions and 50 deletions

View File

@@ -48,7 +48,7 @@ PROJECT_NAME = "yaze"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "0.3.1"
PROJECT_NUMBER = "0.3.2"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
@@ -1056,7 +1056,7 @@ RECURSIVE = YES
EXCLUDE = assets/ \
build/ \
cmake/ \
cmake/ \
docs/archive/ \
src/lib/ \