mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
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:
parent
949bb4d9bb
commit
9d01ffb6ae
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,6 +21,7 @@ fileList*.txt
|
|||||||
|
|
||||||
# Build System
|
# Build System
|
||||||
artifact
|
artifact
|
||||||
|
build
|
||||||
melondsds-LICENSE.txt
|
melondsds-LICENSE.txt
|
||||||
melondsds_libretro.info
|
melondsds_libretro.info
|
||||||
out.txt
|
out.txt
|
||||||
@ -34,4 +35,4 @@ out.txt
|
|||||||
*.tar
|
*.tar
|
||||||
|
|
||||||
# Act
|
# Act
|
||||||
.actrc
|
.actrc
|
||||||
|
Loading…
Reference in New Issue
Block a user