Skip to content

Commit

Permalink
Add ros2 gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Apr 25, 2023
1 parent b967b85 commit e6934f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions download-gitignore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ elif [ "$ARG_LOWER" = "cpp" ]; then
LANG="C++"
elif [ "$ARG_LOWER" = "ros" ]; then
LANG="ROS"
elif [ "$ARG_LOWER" = "ros2" ]; then
LANG="community/ROS2"
else
LANG="$1"
fi
Expand Down

0 comments on commit e6934f3

Please sign in to comment.