twhl-community / halflife-unified-sdk

Half-Life Updated SDK with Opposing Force and Blue Shift merged in, along with other improvements. Check README.md for more information.
Other
143 stars 24 forks source link

Add build folder to .gitignore #548

Open fel1x-developer opened 6 months ago

fel1x-developer commented 6 months ago

By convention, many CMake users build their project in build folder in git repo. Although this is not the recommended way for HalfLife Unified SDK, this can prevent confusion and mistakes by people who are doing so.

Mikk155 commented 5 months ago

i've configured cmake to build the project somewhere else and yet there are cache generated on project/build that i have to delete the folder every time i want to commit anything to a new branch (i don't want to update the .gitignore for every branch that directly inherits from here) so adding build/* to gitignore would be a great addition