94 Star 650 Fork 126

GVPtboox / xmake

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
han 提交于 2023-07-01 14:27 . [GIT] add clangdb cache folder to gitignore
# MacOS Cache
.DS_Store
# Xmake cache
.xmake/
build/
makefile
# gcc cache
gcm.cache
# for VS Code
.vscode/
# for vim
*.swp
*.swo
tags
!tags/
# Ignore packaging files
winenv/
*.exe
*.zip
*.gz
*.bz2
*.xz
*.7z
*.run
# for compiler
compile_commands.json
.cache/
# Makefile generation
/core/xmake.config.h
/core/.config.mak
/core/**/*.o
/core/**/*.b
/core/**/*.a
/core/**/*.obj
/core/**/*.lib
/core/**/*.exe
# for fortran
/tests/**/*.mod
!/xmake/actions/build/
# for linux driver
*.o
*.ko
*.mod
.*.cmd
*.mod.c
Module.symvers
modules.order
Lua
1
https://gitee.com/tboox/xmake.git
git@gitee.com:tboox/xmake.git
tboox
xmake
xmake
master

搜索帮助