From b3e3bdba30932affc82ca00c045a32517facaa7d Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 13 Dec 2016 13:33:58 -0800 Subject: [PATCH] Ignore *.lproj files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Qmake creates an “empty.lproj” file every time we make an app bundle (I like to go the app bundle route when making MKXP-1S), but we don’t use those, so why worry about their changes? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3854046..c37769b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.xxd *.exe *.bmp +*.lproj Makefile*