mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2026-01-08 12:45:02 +00:00
xmake
This commit is contained in:
parent
e27cc09b4d
commit
beca0da53a
7 changed files with 55 additions and 6 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
|
@ -12,11 +12,30 @@ CTestTestfile.cmake
|
|||
_deps
|
||||
|
||||
|
||||
build
|
||||
# build
|
||||
cmake-build-debug
|
||||
|
||||
# ---
|
||||
|
||||
.old
|
||||
|
||||
.idea
|
||||
|
||||
# ---
|
||||
|
||||
# Xmake cache
|
||||
.xmake
|
||||
**/.xmake
|
||||
|
||||
.cache
|
||||
.ccls-cache
|
||||
build
|
||||
|
||||
**/.cache
|
||||
**/.ccls-cache
|
||||
**/build
|
||||
|
||||
compile_commands.json
|
||||
|
||||
# MacOS Cache
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue