1 Star 0 Fork 0

水滴/ModbusLib

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
serhmarch 提交于 2024-09-27 03:33 +08:00 . Version v0.3
# Exclude all files in the bin directory and its subdirectories
bin/*
# Include .dll and .exe files in bin and its subdirectories
#!bin/**/*.dll
#!bin/**/*.exe
# Exclude other files in bin subdirectories (overrides previous includes)
bin/**/CMakeFiles/
bin/**/CMakeScripts
bin/**/cmake-build-debug
bin/**/*.txt
bin/**/*.cmake
bin/**/Makefile
bin/**/*.make
bin/**/*.ts
bin/**/*.marks
bin/**/*.log
bin/**/*.check_cache
bin/**/*.cbp
bin/**/vc*.pdb
bin/**/*.cbp
bin/**/*.ilk
bin/**/*.filters
bin/**/*.sln
bin/**/*.vcxproj
bin/**/*.stamp
bin/**/*.depend
bin/**/*.recipe
bin/**/*.tlog
bin/**/*.lastbuildstate
bin/**/*.h
bin/**/*.c
bin/**/*.cpp
bin/**/*.d
# Compiled Object files
bin/**/.DS_Store
bin/**/*.slo
bin/**/*.lo
bin/**/*.o
bin/**/*.obj
bin/**/*.out
bin/**/*.bin
# Precompiled Headers
bin/**/*.gch
bin/**/*.pch
# Fortran module files
bin/**/*.mod
bin/**/*.smod
#ignore external
external/
#ignore cmake presets
CMakePresets.json
#ignore vscode
.vscode/
# Ignore Qt-Project user files
*.user
TODO
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dev_gitee/ModbusLib.git
git@gitee.com:dev_gitee/ModbusLib.git
dev_gitee
ModbusLib
ModbusLib
main

搜索帮助