1 Star 0 Fork 129

我是城墟垣 / xmake

forked from tboox / xmake 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2021-12-10 22:47 . improve linux driver rule
# MacOS Cache
.DS_Store
# Xmake cache
.xmake/
build/
# 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
# 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
# for rpmbuild
/scripts/rpmbuild/BUILD*/*
/scripts/rpmbuild/RPMS/*
/scripts/rpmbuild/SOURCES/*
/scripts/rpmbuild/SRPMS/*
!/xmake/actions/build/
# for linux driver
*.o
*.ko
*.mod
.*.cmd
*.mod.c
Module.symvers
modules.order
Lua
1
https://gitee.com/williamzhu89/xmake.git
git@gitee.com:williamzhu89/xmake.git
williamzhu89
xmake
xmake
master

搜索帮助