Updated .gitignore for munkishim

This commit is contained in:
Greg Neagle
2023-03-23 10:29:34 -07:00
parent ec4d8ea4ef
commit d2bb52281c
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
# ignore the build directories
code/apps/Managed Software Center/build/
code/apps/MunkiStatus/build/
code/apps/munkishim/build/
# ignore any pkgs build by tool scripts
munkitools*.pkg
+12
View File
@@ -0,0 +1,12 @@
# .DS_Store files!
.DS_Store
# Xcode user data
*.xcodeproj/project.xcworkspace/
*.xcodeproj/xcuserdata/
# ignore the MainMenu.xib for most localizations; it is generated at build time
**/*.lproj/MainMenu.xib
# but not the Base one!
!**/Base.lproj/MainMenu.xib