Skip to content

Commit

Permalink
cmake: Ignore build subdirectories within source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Aug 5, 2024
1 parent 2a96e31 commit 57cdcdf
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
@@ -1,3 +1,8 @@
# Build subdirectories.
/*build*
!/build-aux
!/build_msvc

*.tar.gz

*.exe
Expand Down

0 comments on commit 57cdcdf

Please sign in to comment.