c-md/.gitignore
2026-01-11 23:31:11 +01:00

22 lines
155 B
Text

# Build artifacts
c-md
compile_commands.json
# Cache
.cache/
#build
.build/
# Dependencies
*.d
# Editor
*.swp
*.swo
*~
.vscode/
.idea/
# OS
.DS_Store