Unverified Commit 4162c938 authored by Felix Divo's avatar Felix Divo Committed by GitHub

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.
parent 22a5eb3d
...@@ -13,6 +13,8 @@ msg/*Feedback.msg ...@@ -13,6 +13,8 @@ msg/*Feedback.msg
msg/*Goal.msg msg/*Goal.msg
msg/*Result.msg msg/*Result.msg
msg/_*.py msg/_*.py
build_isolated/
devel_isolated/
# Generated by dynamic reconfigure # Generated by dynamic reconfigure
*.cfgc *.cfgc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment