Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust gitignore (add pyc, ros2, unity assets) #14

Merged
merged 4 commits into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.