forked from munki/munki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
32 lines (27 loc) · 1.32 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# .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