gitignore: Add CMake's "build" directory to gitignore

`build` is often considered the default build directory for cmake. This change adds "build" to the gitignore file so that it doesn't appear in git diffs.
This commit is contained in:
Rob Loach 2024-01-14 12:54:24 -05:00 committed by Jesse Talavera
parent 949bb4d9bb
commit 9d01ffb6ae

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ fileList*.txt
# Build System
artifact
build
melondsds-LICENSE.txt
melondsds_libretro.info
out.txt