From c6eefb539ecafd9964706b8c00accfa381c4cc4d Mon Sep 17 00:00:00 2001 From: Krzysztof Wojciechowski Date: Wed, 24 Jul 2024 14:11:13 +0000 Subject: [PATCH] Update .gitignore --- happypose_ros/.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/happypose_ros/.gitignore b/happypose_ros/.gitignore index 995f9b1..d635094 100644 --- a/happypose_ros/.gitignore +++ b/happypose_ros/.gitignore @@ -1,5 +1,5 @@ # Byte-compiled / optimized / DLL files -__pycache__/ +*__pycache__* *.py[cod] *$py.class @@ -7,7 +7,7 @@ __pycache__/ *.so # Linter cache -.ruff_cache +*.ruff_cache # Colcon custom files COLCON_IGNORE @@ -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__*