1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
gitignore/ROS.gitignore
Felix Divo 4162c93865
Added ignore for files created by catkin_make_isolated
Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well.
2018-01-26 11:32:59 +01:00

52 lines
538 B
Plaintext

devel/
logs/
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
build_isolated/
devel_isolated/
# Generated by dynamic reconfigure
*.cfgc
/cfg/cpp/
/cfg/*.py
# Ignore generated docs
*.dox
*.wikidoc
# eclipse stuff
.project
.cproject
# qcreator stuff
CMakeLists.txt.user
srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user
/planning/cfg
/planning/docs
/planning/src
*~
# Emacs
.#*
# Catkin custom files
CATKIN_IGNORE