Update gitignore

Ignore all build, devel, and install folders in rrrobot_src
This commit is contained in:
Sravan Balaji
2020-04-12 10:55:03 -04:00
parent a6374ff9b9
commit 30f39c7fdd

6
.gitignore vendored
View File

@@ -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