Files
munki/code/apps/pyobjc/.gitignore
T

20 lines
1019 B
Plaintext

# localizable items generated by scripts as part of a build
Managed Software Center/Managed Software Center/Localize.ini
# ignore the MainMenu.xib for most localizations; it is generated at build time
Managed Software Center/Managed Software Center/*.lproj/MainMenu.xib
# but not the English one!
/!Managed Software Center/Managed Software Center/en.lproj/MainMenu.xib
# ignore generated localized strings in en.lproj
Managed Software Center/Managed Software Center/en.lproj/Localizable.strings
Managed Software Center/Managed Software Center/en.lproj/MainMenu.strings
# localizable items generated by scripts as part of a build
MunkiStatus/MunkiStatus/Localize.ini
# ignore the MainMenu.xib for most localizations; it is generated at build time
MunkiStatus/MunkiStatus/*.lproj/MainMenu.xib
# but not the English one!
/!MunkiStatus/MunkiStatus/en.lproj/MainMenu.xib
# ignore generated localized strings in en.lproj
MunkiStatus/MunkiStatus/en.lproj/Localizable.strings
MunkiStatus/MunkiStatus/en.lproj/MainMenu.strings