Skip to content

Commit

Permalink
Simplify .gitignore to include a single CMake binary directory
Browse files Browse the repository at this point in the history
Because in-source builds are so widely accepted as a bad idea, it's
reasonable to ignore a single binary directory and nothing else. If
users choose to dump their build products into the repo then they
may do so at their own risk. For users who put their binary directory
outside of their source directory then this is not even necessary
so we only need to cater to users who want the convenience of cloning
a repo and immediately running `cmake -B build`.
  • Loading branch information
ChrisThrasher authored and eXpl0it3r committed May 10, 2022
1 parent 20a563d commit 63700fc
Showing 1 changed file with 6 additions and 401 deletions.
Loading

0 comments on commit 63700fc

Please sign in to comment.