Skip to content

Commit

Permalink
Merge pull request #24 from Tote-Bag-Labs/update-gitignore [ci skip]
Browse files Browse the repository at this point in the history
Add build and .cache to .gitignore
  • Loading branch information
JoseDiazRohena authored Mar 28, 2023
2 parents 4f1fc13 + 2fdbab9 commit dec63c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ _deps
# It's nice to have the Builds folder exist, to remind us where it is
Builds/*
!Builds/.gitkeep
Build/*
!Build/.gitkeep

# This should never exist
Install/*
Expand All @@ -26,4 +28,7 @@ Testing
# clion cmake builds
cmake-build-debug
cmake-build-release
cmake-build-relwithdebinfo
cmake-build-relwithdebinfo

# lldb cache
.cache/

0 comments on commit dec63c1

Please sign in to comment.