1 Star 0 Fork 0

王泓/q4wine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cleanup.sh 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
a1346054 提交于 2021-09-08 19:00 . Minor cleanup (#188)
#!/bin/bash
set -e
echo ' * Following script will remove all files not needed for release process.
* Hit ^C to abort or any key to continue.'
read
SRC_DIR="$(dirname "$(realpath -s "${0}")")"
cd "${SRC_DIR}"
rm -rf .git build config.h doc
find . -name CMakeLists.txt.user -delete
find . -name CMakeCache.txt -delete
find . -name cmake_install.cmake -delete
find . -name '*.swo' -delete
find . -name '*.swp' -delete
find . -depth -empty -type d -delete
echo 'Done. Happy releasing :P'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kuletco/q4wine.git
git@gitee.com:kuletco/q4wine.git
kuletco
q4wine
q4wine
master

搜索帮助