mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-08-14 14:08:31 +00:00
Update gitignore
Ignore all build, devel, and install folders in rrrobot_src
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,9 +1,9 @@
|
|||||||
# Don't track the content of these folders #
|
# Don't track the content of these folders #
|
||||||
############################################
|
############################################
|
||||||
rrrobot_src/lib/
|
rrrobot_src/lib/
|
||||||
rrrobot_src/src/simulation_drivers/build
|
rrrobot_src/*/build
|
||||||
rrrobot_src/src/simulation_drivers/devel
|
rrrobot_src/*/devel
|
||||||
rrrobot_src/src/simulation_drivers/install
|
rrrobot_src/*/install
|
||||||
.*
|
.*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user