mirror of https://github.com/bsnes-emu/bsnes.git
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:
parent
0ceddd3968
commit
c26ffeea2a
|
@ -1 +1,2 @@
|
|||
hiro/qt/qt.moc
|
||||
.DS_store
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
*.o
|
||||
*.d
|
||||
*
|
||||
!.gitignore
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
bsnes
|
||||
bsnes.exe
|
||||
*
|
||||
!.gitignore
|
||||
|
|
Loading…
Reference in New Issue