add cmake folder to .gitignore (#1246)

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.
This commit is contained in:
birds3345 2024-05-22 16:07:15 -04:00 committed by GitHub
parent c73ecd8e08
commit 0dbe1a5022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
/build/ /build/
/build[.-]*/ /build[.-]*/
/cmake/
/cmake[.-]*/
/coverage/ /coverage/
/.vs/ /.vs/
/.vscode/ /.vscode/