1 Star 0 Fork 0

马潇/librepilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
# Ignore artifacts of top-level Makefile
/downloads
/tools
/build
/3rdparty
# Ignore user config
/config
# Exclude temporary and system files
Thumbs.db
.DS_Store
GPATH
GRTAGS
GSYMS
GTAGS
core
!core/
*~
# flight
/flight/*.pnproj
/flight/*.pnps
/flight/.cproject
/flight/.metadata
/flight/.project
/flight/.settings
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
# ground
gcs-build-desktop
ground/gcs/.cproject
ground/gcs/.project
ground/gcs/.settings
# Ignore .pro.user files
*.pro.user
# Misc artifacts
*.exe
*.log
*.opl
*.autosave
/ground/gcs/share/translations/extract-mimetypes.xq
/ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
/ground/gcs/src/libs/qextserialport/.hg
/ground/gcs/src/libs/qextserialport/.hgtags
/ground/gcs/src/libs/qwt/qwt.prf
/ground/gcs/src/libs/qwt/designer
/ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
# Ignore intermediate files generated by command-line android builds
# Couldn't figure out how to force these files into the ./build directory
/androidgcs/build.xml
/androidgcs/local.properties
/androidgcs/proguard-project.txt
# Ignore build output from Eclipse android builds
/androidgcs/bin/
/androidgcs/gen/
# Ignore Eclipse Projects and Metadata
.cproject
.project
/.metadata
/.settings
/.pydevproject
# python artifacts
/**/*.py*
/workspace
#pycharm project files
/python/.idea
# Ignore Eclipse temp folder, git plugin based?
RemoteSystemsTempFiles
# Ignore patch-related files
*.rej
*.orig
*.diff~
# ignore ccache storage
.ccache
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maxiaogood/librepilot.git
git@gitee.com:maxiaogood/librepilot.git
maxiaogood
librepilot
librepilot
maxiao

搜索帮助