Skip to content

Commit

Permalink
Fix gitignore directories (#201)
Browse files Browse the repository at this point in the history
* Fix gitignore directories

* Add back / to directories
  • Loading branch information
patrick-5546 authored Nov 8, 2023
1 parent 024e41b commit 9248919
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build/*
install/*
log/*
site/*
# ros
build/
install/
log/

# vcstool packages
src/*
Expand All @@ -14,8 +14,10 @@ src/*
!.devcontainer/config/sailbot_workspace.code-workspace

# clangd
.cache/*
.cache/
compile_commands.json

# python
*.pyc
__pycache__/
.mypy_cache/
.pytest_cache/

0 comments on commit 9248919

Please sign in to comment.