1 Star 1 Fork 0

XRobot / printf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
syntax: glob
# Temporary, cache, swap files
\#\#*
*.swp
*.bkp
# Files which "ask" to be hidden
*~
.*
!.github
unused/
# Build artifacts
*.a
*.o
*.so*
bin/*
lib/*
build/*
install_manifest.txt
# Core dumps
core
core.*
# CMake & CTest
CMakeCache.txt
CMakeFiles/*
cmake_install.cmake
CMakeScripts/*
CMakeTmp/*
CPack*.cmake
Makefile
CTestTestfile.cmake
/_CPack_Packages
/CMakeScripts
# Eclise IDE
.project
.cproject
.settings
# CLion IDE
.idea/
cmake-build-*/
# Visual Studio Code IDE
.vscode/
.vs/
# Android Studio, Gradle build system etc.
.gradle/
gradle/
gradlew*
.externalNativeBuild/
local.properties
*.iml
# XCode
*.xcodeproj
# Patching
*.diff
*.rej
*.orig
# Files/folders downloaded from other repositories as part of the build
external/*
third-party/*
# Generated by Doxygen
doxygen.log
Doxyfile
docs/
/doc/doxyxml
/doc/html
/docs/node_modules
/docs/doxyxml
/docs/html
/docs/node_modules
# Archives
*.zip
*.gz
*.bz2
*.tgz
*.tar
*.xz
# Miscellaneous
tags
log
*.log
*.v3breakpoints
gmon.out
.DS_Store
run-msbuild.bat
virtualenv
1
https://gitee.com/x-robot/printf.git
git@gitee.com:x-robot/printf.git
x-robot
printf
printf
master

搜索帮助