Skip to content

Commit

Permalink
chore: update .gitignore to support direct cloning without src dire…
Browse files Browse the repository at this point in the history
…ctory

Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Oct 1, 2024
1 parent a9c24e3 commit de9cd6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de9cd6b

Please sign in to comment.