mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 14:29:55 +00:00
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:
parent
bdda60e907
commit
b3e3bdba30
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
||||||
*.xxd
|
*.xxd
|
||||||
*.exe
|
*.exe
|
||||||
*.bmp
|
*.bmp
|
||||||
|
*.lproj
|
||||||
|
|
||||||
Makefile*
|
Makefile*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue