11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
# Xmake cache
|
|
.xmake/
|
|
build/
|
|
compile_commands.json
|
|
# MacOS Cache
|
|
.DS_Store
|
|
# Vim swap files
|
|
*.swp
|
|
# Temporary files
|
|
*~
|
|
.cache/ |