Add build/ to .gitignore

The move to CMake should probably greatly change the contents of
.gitignore, but for the time being let's add build to the mix.
This commit is contained in:
T. Joseph Carter 2022-04-19 14:16:54 -07:00
parent 92ff3fa291
commit d0eaf0aa86

6
.gitignore vendored
View File

@ -5,6 +5,10 @@ ROM
ROM1
ROM3
# CMake build directory
build
# THESE ARE GENERATED BY PERL DURING MAKE
src/16inst_c.h
src/8inst_c.h
@ -17,7 +21,7 @@ gsport
*.gsp
# Storage for many disk images for testing the emulator.
# Storage for many disk images for testing the emulator.
# Games, demos, apps, etc. Not part of the project.
images/