106 lines
1.5 KiB
Plaintext
106 lines
1.5 KiB
Plaintext
|
build/
|
||
|
Build/
|
||
|
bin/
|
||
|
lib/
|
||
|
msg_gen/
|
||
|
srv_gen/
|
||
|
msg/*Action.msg
|
||
|
msg/*ActionFeedback.msg
|
||
|
msg/*ActionGoal.msg
|
||
|
msg/*ActionResult.msg
|
||
|
msg/*Feedback.msg
|
||
|
msg/*Goal.msg
|
||
|
msg/*Result.msg
|
||
|
msg/_*.py
|
||
|
|
||
|
# Generated by dynamic reconfigure
|
||
|
*.cfgc
|
||
|
/cfg/cpp/
|
||
|
/cfg/*.py
|
||
|
|
||
|
# Ignore generated docs
|
||
|
*.dox
|
||
|
*.wikidoc
|
||
|
|
||
|
# eclipse stuff
|
||
|
.project
|
||
|
.cproject
|
||
|
|
||
|
# vscode
|
||
|
.vscode
|
||
|
.devcontainer
|
||
|
|
||
|
# qcreator stuff
|
||
|
CMakeLists.txt.user
|
||
|
|
||
|
srv/_*.py
|
||
|
*.pcd
|
||
|
*.pyc
|
||
|
qtcreator-*
|
||
|
*.user
|
||
|
|
||
|
/planning/cfg
|
||
|
/planning/docs
|
||
|
/planning/src
|
||
|
|
||
|
*~
|
||
|
|
||
|
# Emacs
|
||
|
.#*
|
||
|
|
||
|
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
|
||
|
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||
|
|
||
|
# Catch everything
|
||
|
.idea/
|
||
|
.cmake-build-*
|
||
|
|
||
|
# User-specific stuff:
|
||
|
.idea/**/workspace.xml
|
||
|
.idea/**/tasks.xml
|
||
|
.idea/dictionaries
|
||
|
|
||
|
# Sensitive or high-churn files:
|
||
|
.idea/**/dataSources/
|
||
|
.idea/**/dataSources.ids
|
||
|
.idea/**/dataSources.xml
|
||
|
.idea/**/dataSources.local.xml
|
||
|
.idea/**/sqlDataSources.xml
|
||
|
.idea/**/dynamic.xml
|
||
|
.idea/**/uiDesigner.xml
|
||
|
|
||
|
# Gradle:
|
||
|
.idea/**/gradle.xml
|
||
|
.idea/**/libraries
|
||
|
|
||
|
# Mongo Explorer plugin:
|
||
|
.idea/**/mongoSettings.xml
|
||
|
|
||
|
## File-based project format:
|
||
|
*.iws
|
||
|
|
||
|
## Plugin-specific files:
|
||
|
|
||
|
# IntelliJ
|
||
|
/out/
|
||
|
|
||
|
# mpeltonen/sbt-idea plugin
|
||
|
.idea_modules/
|
||
|
|
||
|
# JIRA plugin
|
||
|
atlassian-ide-plugin.xml
|
||
|
|
||
|
# Cursive Clojure plugin
|
||
|
.idea/replstate.xml
|
||
|
|
||
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
||
|
com_crashlytics_export_strings.xml
|
||
|
crashlytics.properties
|
||
|
crashlytics-build.properties
|
||
|
fabric.properties
|
||
|
|
||
|
cmake-build-debug
|
||
|
|
||
|
# Catkin custom files
|
||
|
CATKIN_IGNORE
|