6 Star 8 Fork 0

Gitee 极速下载 / curaengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Ultimaker/CuraEngine
克隆/下载
.gitignore 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
Remco Burema 提交于 2022-09-23 10:02 . Update .gitignore.
## ignore such files
*.tar.bz2
*.tar.gz
*.7z
*.zip
.DS_Store
*~
*.bak
NUL
*.gcode
## Directories used for other stuff
Trash/*
output/*
callgrind/*
## Building result.
build/
tests/build/
test_package/build/
debug_build/*
release_build/*
cmake-build-*
libs/stb
*.pyc
*.exe
*.a
*.o
_bin
_obj
x64/*
out/*
## CMake files
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
CPackSourceConfig.cmake
# Visual Studio files generated by CMake
*.vcxproj
*.vcxproj.filters
CuraEngine.sln
# Makefile generated by CMake
Makefile
## IDE project files.
*.layout
*.cbp
*kdev*
*.kate-swp
nbproject/*
.idea
*.depend
.*.swp
.vs
.cproject
.project
.settings
## Documentation.
documentation/html/*
documentation/latex/*
## Test results.
tests/output.xml
callgrind.out.*
## Conan
CMakeUserPresets.json
/conan_imports_manifest.txt
conan.lock
conanbuildinfo.txt
conaninfo.txt
graph_info.json
build/*
1
https://gitee.com/mirrors/curaengine.git
git@gitee.com:mirrors/curaengine.git
mirrors
curaengine
curaengine
main

搜索帮助