mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
14 lines
237 B
Plaintext
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
|