1 Star 0 Fork 129

bruceniu / xmake

forked from tboox / xmake 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.gitignore 658 Bytes
Copy Edit Raw Blame History
ruki authored 2022-12-24 17:18 . remove makefile
# 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
# 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/bruce79/xmake.git
git@gitee.com:bruce79/xmake.git
bruce79
xmake
xmake
master

Search