mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
added 'bin' folder to .gitignore
This commit is contained in:
parent
48db82013b
commit
3bdd0effe1
1 changed files with 3 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -12,11 +12,12 @@
|
||||||
*.la
|
*.la
|
||||||
*.a
|
*.a
|
||||||
|
|
||||||
# MSVS temporary files
|
# MSVS generated files
|
||||||
*.suo
|
*.suo
|
||||||
*.user
|
*.user
|
||||||
*.sdf
|
*.sdf
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
|
||||||
# Build temporary files
|
# Build generated files
|
||||||
build/
|
build/
|
||||||
|
bin/
|
||||||
|
|
Loading…
Reference in a new issue