Ignore *.lproj files

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?
This commit is contained in:
Vinyl Darkscratch 2016-12-13 13:33:58 -08:00
parent bdda60e907
commit b3e3bdba30

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
*.xxd
*.exe
*.bmp
*.lproj
Makefile*