mirror of
https://github.com/munki/munki.git
synced 2026-05-23 06:38:36 -05:00
Updated .gitignore for munkishim
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user