From c26ffeea2a1d5b55896ed9de335745881648b764 Mon Sep 17 00:00:00 2001 From: John Chadwick Date: Wed, 10 Feb 2021 19:17:10 -0800 Subject: [PATCH] Update .gitignore files to be better on macOS. Adds .DS_store to global ignore. Makes obj and out ignores more general. --- .gitignore | 1 + bsnes/obj/.gitignore | 4 ++-- bsnes/out/.gitignore | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8052edb3..646d8828 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hiro/qt/qt.moc +.DS_store diff --git a/bsnes/obj/.gitignore b/bsnes/obj/.gitignore index 6142305d..d6b7ef32 100644 --- a/bsnes/obj/.gitignore +++ b/bsnes/obj/.gitignore @@ -1,2 +1,2 @@ -*.o -*.d +* +!.gitignore diff --git a/bsnes/out/.gitignore b/bsnes/out/.gitignore index 1aeaff24..d6b7ef32 100644 --- a/bsnes/out/.gitignore +++ b/bsnes/out/.gitignore @@ -1,2 +1,2 @@ -bsnes -bsnes.exe +* +!.gitignore