Replies: 1 comment 2 replies
-
ruki:tmp ruki$ xmake create test
create test ...
[+]: xmake.lua
[+]: src/main.cpp
[+]: .gitignore
create ok!
ruki:tmp ruki$ cat ./test/.gitignore
# Xmake cache
.xmake/
build/
# MacOS Cache
.DS_Store |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
meson support generate build/.gitignore
*
https://mesonbuild.com/FAQ.html#how-do-i-ignore-the-build-directory-in-my-vcs
Can
xmake build
do same work?Beta Was this translation helpful? Give feedback.
All reactions