mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
8a7a0e502a
* set up Doxygen - `.gitignore`: ignore Doxygen output - limit Doxygen search to relevant paths - move extra `.md`s to docs/ - `Makefile`: add Doxygen target - use as much SVG as possible for Doxygen diagrams - alias @meme as an \xrefitem * new github workflow: run doxygen and push to gh pages
23 lines
205 B
Plaintext
23 lines
205 B
Plaintext
# Compiler binaries
|
|
mwcc_compiler/
|
|
|
|
# Build artifacts
|
|
build/
|
|
*.o
|
|
*.elf
|
|
*.map
|
|
*.dol
|
|
vtable.lcf
|
|
|
|
# Generated documentation
|
|
docs/doxygen/
|
|
|
|
# Temporary files
|
|
*.swp
|
|
*.dump
|
|
|
|
# IDE
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/ |