From 30f39c7fdd69236428a0cef0c3a5e6cf780f9c6d Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 12 Apr 2020 10:55:03 -0400 Subject: [PATCH] Update gitignore Ignore all build, devel, and install folders in rrrobot_src --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 229c772..3971e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ # Don't track the content of these folders # ############################################ rrrobot_src/lib/ -rrrobot_src/src/simulation_drivers/build -rrrobot_src/src/simulation_drivers/devel -rrrobot_src/src/simulation_drivers/install +rrrobot_src/*/build +rrrobot_src/*/devel +rrrobot_src/*/install .* !.gitignore