From de9cd6b1da714f8482687d2b094810a168016f22 Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Tue, 1 Oct 2024 19:18:49 +0900 Subject: [PATCH] chore: update .gitignore to support direct cloning without `src` directory Signed-off-by: Max SCHMELLER --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f068ec8be..5acd734af 100644 --- a/.gitignore +++ b/.gitignore @@ -5,18 +5,23 @@ # Visual Studio Code .vscode/ *.code-workspace +*.env # colcon build/ install/ log/ +# Clangd +.cache/ + # profiling profiling_output/ # Python srv/_*.py *.pyc +__pycache__ # Ignore generated docs *.dox