Skip to content

Commit

Permalink
gitignore: avoid tracking folders whose name starts with debug, relea…
Browse files Browse the repository at this point in the history
…se and build
  • Loading branch information
marcocisternino committed Feb 2, 2024
1 parent 9dd8d6d commit cb1685d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build/
release/
debug/
build*/
release*/
debug*/
CMakeFiles/
*.swp
*~
Expand All @@ -9,4 +9,5 @@ CMakeFiles/
.directory
.settings/
.DS_Store
.vscode
.vscode

0 comments on commit cb1685d

Please sign in to comment.