Ver código fonte

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.
pull/2587/head
Felix Divo 6 anos atrás
pai
commit
4162c93865
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      ROS.gitignore

+ 2
- 0
ROS.gitignore Ver arquivo

@@ -13,6 +13,8 @@ msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/

# Generated by dynamic reconfigure
*.cfgc

Carregando…
Cancelar
Salvar