Skip to content

Commit

Permalink
Merge pull request #14 from toppers/gitignore
Browse files Browse the repository at this point in the history
adjust gitignore (add pyc, ros2, unity assets)
  • Loading branch information
takasehideki authored May 4, 2022
2 parents 12b6648 + 9a0a428 commit 6a37d55
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,26 @@ sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties


#
# From here, setting for Hakoniwa
#

# python byte code
*.pyc

# ros2 workspace
ros2/workspace/build
ros2/workspace/install
ros2/workspace/log
## NOTE: this directory will be copied from third_party/ros2/ at ros2/workspace/clean.bash#L12
ros2/workspace/src/ros_tcp_endpoint

# unity assets that will be downloaded at ros2/unity/install.bash
ros2/unity/tb3/Assets/Model*
ros2/unity/tb3/Assets/Plugin*

# unity assets that will be generated by operation of Unity Editor
ros2/unity/tb3/Library
ros2/unity/tb3/Logs
ros2/unity/tb3/hakoniwa_core.log
Binary file removed utils/core_config/hakoniwa_utils.pyc
Binary file not shown.

0 comments on commit 6a37d55

Please sign in to comment.