1 Star 0 Fork 1

jjzhang166/aws-sdk-cpp

forked from rocket-booster/aws-sdk-cpp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
Damian Vicino 提交于 2021-03-19 11:52 . Adding CI artifacts to gitignore
# IDE Artifacts
.metadata
.build
.idea
*.d
compile_commands.json
Debug
Release
*~
*#
*.iml
tags
# CI Artifacts
BuildSpec.json
BuildSpec.zip
#vim swap file
*.swp
#compiled python files
*.pyc
#Vagrant stuff
Vagrantfile
.vagrant
#Mac stuff
.DS_Store
#doxygen
doxygen/html/
doxygen/latex/
#cmake artifacts
dependencies
_build
build
_build_*
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Android Junk
AndroidTestOutput.txt
curl
external
openssl
zlib
credentials
toolchains/android/
# codegen
code-generation/generator/target/
#config output
aws-cpp-sdk-core/include/aws/core/SDKConfig.h
#nuget
*.nupkg
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jjzhang166/aws-sdk-cpp.git
git@gitee.com:jjzhang166/aws-sdk-cpp.git
jjzhang166
aws-sdk-cpp
aws-sdk-cpp
main

搜索帮助