stm32版本
This commit is contained in:
parent
99faad4200
commit
4fed65bccb
65
.gitignore
vendored
65
.gitignore
vendored
@ -1,65 +0,0 @@
|
|||||||
# ---> C++
|
|
||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
# ---> ROS2
|
|
||||||
install/
|
|
||||||
log/
|
|
||||||
build/
|
|
||||||
|
|
||||||
# Ignore generated docs
|
|
||||||
*.dox
|
|
||||||
*.wikidoc
|
|
||||||
|
|
||||||
# eclipse stuff
|
|
||||||
.project
|
|
||||||
.cproject
|
|
||||||
|
|
||||||
# qcreator stuff
|
|
||||||
CMakeLists.txt.user
|
|
||||||
|
|
||||||
srv/_*.py
|
|
||||||
*.pcd
|
|
||||||
*.pyc
|
|
||||||
qtcreator-*
|
|
||||||
*.user
|
|
||||||
|
|
||||||
*~
|
|
||||||
|
|
||||||
# Emacs
|
|
||||||
.#*
|
|
||||||
|
|
||||||
# Colcon custom files
|
|
||||||
COLCON_IGNORE
|
|
||||||
AMENT_IGNORE
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user