Files
munki/.gitignore
2025-05-15 14:26:14 -07:00

22 lines
403 B
Plaintext

# .DS_Store files!
.DS_Store
# don't track .pyc files
*.pyc
# 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
Python.framework
# ignore paths related to building swift munki
code/build
code/cli/munki/build
# not sure what this is, but don't want to track it
.idea