1 Star 0 Fork 0

zhanyejun/tbb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
岚依 提交于 2020-07-06 00:42 . Ignore generated .def file (#59)
# Ignore the debug and release directories created with Makefile builds #
#########################################################################
build/*_debug/
build/*_release/
# Compiled source #
###################
*.com
*.class
*.dll
*.lib
*.pdb
*.exe
*.o
*.so
*.so.1
*.so.2
*.dylib
*.a
*.obj
*.pyc
*.orig
*.raw
*.sample
*.slo
*.swp
*.config
*.la
*.lai
*.lo
*.nhdr
*.nii.gz
*.nrrd
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tgz
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE generated files #
######################
/.ninja_deps
/.ninja_log
/build.ninja
/rules.ninja
*~
.emacs.desktop
# Build system generated files #
################################
CMakeCache.txt
CMakeFiles/
*.cmake
libtbb.dylib
libtbb.so
libtbb_static.a
libtbbmalloc.dylib
libtbbmalloc.so
libtbbmalloc_proxy.dylib
libtbbmalloc_proxy.so
libtbbmalloc_proxy_static.a
libtbbmalloc_static.a
tbb.def
tbbmalloc.def
version_string.ver
src/tbb/win32-gcc-tbb-export.def
# Other #
#########
.clang_complete
.idea
.svn
crash*
*.tmp
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhanyejun/tbb.git
git@gitee.com:zhanyejun/tbb.git
zhanyejun
tbb
tbb
master

搜索帮助