From a66b422991ddf56c82f482f750f43f5710f69650 Mon Sep 17 00:00:00 2001 From: tanelikor Date: Tue, 2 Apr 2024 14:48:30 +0300 Subject: [PATCH 1/2] Add IDE, build and test related files and directories to .gitignore. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 8626111..ccda549 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,18 @@ +*.pyc +**/build/ +**/install/ +**/log/ + +.pre_commit_cache/ +.idea/* +.cache/* +/venv + gazebo_init/* !gazebo_init/README.md + +*IfcConvert +**/__pycache__/ +**.pytest_cache/ +**/htmlcov/ +.coverage From b3bde521907bf54d12145ce6130f64f9b2de7094 Mon Sep 17 00:00:00 2001 From: tanelikor Date: Tue, 2 Apr 2024 15:14:55 +0300 Subject: [PATCH 2/2] Add .vscode --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ccda549..a366ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ .pre_commit_cache/ .idea/* +.vscode .cache/* /venv