The Wayback Machine - https://web.archive.org/web/20230323195242/https://github.com/github/gitignore/commit/4162c93865c81164fcab83b5ea0fa0b3fd38453d
Skip to content
Permalink
Browse files
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.
  • Loading branch information
felixdivo committed Jan 26, 2018
1 parent 22a5eb3 commit 4162c93
Showing 1 changed file with 2 additions and 0 deletions.
@@ -13,6 +13,8 @@ msg/*Feedback.msg
msg/*Goal.msg
msg/*Result.msg
msg/_*.py
build_isolated/
devel_isolated/

# Generated by dynamic reconfigure
*.cfgc

0 comments on commit 4162c93

Please sign in to comment.