Files
munki/.gitignore
T
2020-03-11 10:02:31 +01:00

14 lines
237 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/
# ignore any pkgs build by tool scripts
munkitools*.pkg
Python.framework