22 lines
155 B
Text
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
|