Skip to content

Commit

Permalink
add cmake folder to .gitignore (#1246)
Browse files Browse the repository at this point in the history
In the readme file under the building section, it specifies that you
should run the command `mkdir cmake && cd cmake`; however, the folder is
not currently being ignored.
  • Loading branch information
birds3345 committed May 22, 2024
1 parent c73ecd8 commit 0dbe1a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/build/
/build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/
/.vs/
/.vscode/
Expand Down

0 comments on commit 0dbe1a5

Please sign in to comment.