mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 09:55:15 +02:00
* fix(snap): grade and version should be from the part * CI(snap): need git history for latest git tag * ci(snap): use new action-publish crendential system * ignore snap
40 lines
662 B
Plaintext
40 lines
662 B
Plaintext
|
|
# Created by https://www.gitignore.io/api/qtcreator
|
|
# Edit at https://www.gitignore.io/?templates=qtcreator
|
|
|
|
### QtCreator ###
|
|
# gitignore for Qt Creator like IDE for pure C/C++ project without Qt
|
|
#
|
|
# Reference: http://doc.qt.io/qtcreator/creator-project-generic.html
|
|
|
|
|
|
|
|
# Qt Creator autogenerated files
|
|
|
|
|
|
# A listing of all the files included in the project
|
|
*.files
|
|
|
|
# Include directories
|
|
*.includes
|
|
|
|
# Project configuration settings like predefined Macros
|
|
*.config
|
|
|
|
# Qt Creator settings
|
|
*.creator
|
|
|
|
# User project settings
|
|
*.creator.user*
|
|
|
|
# Qt Creator backups
|
|
*.autosave
|
|
|
|
# End of https://www.gitignore.io/api/qtcreator
|
|
|
|
CMakeLists.txt.user
|
|
|
|
|
|
# snaps
|
|
*.snap
|