From 3b2080403b12d32dcc64dfd10b7ad22ea106c0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kujawa?= Date: Mon, 23 Jan 2017 13:47:22 +0100 Subject: [PATCH] Ignore .DS_Store --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f5fd56a..fb001ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ emulation.h # built ROMs *.rom +# OS X +.DS_Store + # Object files *.o *.ko