# .DS_Store files!
.DS_Store

# don't track .pyc files
*.pyc

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

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

# ignore the build directories
code/apps/Managed Software Center/build/
code/apps/MunkiStatus/build/

# ignore any pkgs build by tool scripts
code/tools/munkitools*.pkg
