mirror of
https://github.com/westonrobot/scout_ros.git
synced 2026-01-12 11:20:02 +08:00
init commit
This commit is contained in:
101
scout_base/.gitignore
vendored
Normal file
101
scout_base/.gitignore
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
# build
|
||||
*/Debug
|
||||
build
|
||||
*/build
|
||||
cmake-build-debug
|
||||
cmake-build-release/
|
||||
|
||||
# Temp files
|
||||
*~
|
||||
*/~
|
||||
*/*.*~
|
||||
*.m~
|
||||
*.DS_Store
|
||||
|
||||
# log
|
||||
*.log
|
||||
#*.data
|
||||
|
||||
# Doxygen
|
||||
docs/doxygen/html/
|
||||
docs/doxygen/latex
|
||||
|
||||
# Qt Creator
|
||||
pc/visualization/CMakeLists.txt.user
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
|
||||
# CLion
|
||||
.idea/
|
||||
|
||||
# LCM
|
||||
src/lcmtypes/c
|
||||
src/lcmtypes/cpp
|
||||
src/lcmtypes/java
|
||||
src/lcmtypes/python
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
#*.so
|
||||
#*.dylib
|
||||
#*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
#*.lai
|
||||
#*.la
|
||||
#*.a
|
||||
#*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Vim
|
||||
tags
|
||||
*/tags
|
||||
*.swp
|
||||
*/*.swp
|
||||
|
||||
# vscode
|
||||
.vscode
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
__pycache__
|
||||
|
||||
##---------------------------------------------------
|
||||
## Remove autosaves generated by the Matlab editor
|
||||
## We have git for backups!
|
||||
##---------------------------------------------------
|
||||
|
||||
# Windows default autosave extension
|
||||
*.asv
|
||||
|
||||
# OSX / *nix default autosave extension
|
||||
*.m~
|
||||
|
||||
# Compiled MEX binaries (all platforms)
|
||||
*.mex*
|
||||
|
||||
# Simulink Code Generation
|
||||
slprj/
|
||||
|
||||
# Session info
|
||||
octave-workspace
|
||||
|
||||
# Simulink autosave extension
|
||||
.autosave
|
||||
Reference in New Issue
Block a user