update .gitignore

This commit is contained in:
jadebenn
2024-04-05 18:06:37 -05:00
parent 426d34a0aa
commit a19afaaab0
3 changed files with 29 additions and 1 deletions

5
.gitignore vendored
View File

@@ -122,4 +122,7 @@ docker/__pycache__
docker-compose.override.yml
!*Test.bin
# !cmake/* Why was this directory excluded?
# CMake scripts
!cmake/*
!cmake/toolchains/*