Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb committed Jul 24, 2024
1 parent 81be232 commit c6eefb5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions happypose_ros/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*__pycache__*
*.py[cod]
*$py.class

# C extensions
*.so

# Linter cache
.ruff_cache
*.ruff_cache

# Colcon custom files
COLCON_IGNORE
Expand All @@ -19,4 +19,3 @@ AMENT_IGNORE
# Generated ROS parameters
# The file has to be manually modified as the code generations has a bug in __map
happypose_ros/happypose_ros_parameters.py
*__pycache__*

0 comments on commit c6eefb5

Please sign in to comment.