Update .gitignore files to be better on macOS.

Adds .DS_store to global ignore. Makes obj and out ignores more general.
This commit is contained in:
John Chadwick 2021-02-10 19:17:10 -08:00
parent 0ceddd3968
commit c26ffeea2a
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
hiro/qt/qt.moc
.DS_store

View File

@ -1,2 +1,2 @@
*.o
*.d
*
!.gitignore

View File

@ -1,2 +1,2 @@
bsnes
bsnes.exe
*
!.gitignore