mirror of
https://github.com/munki/munki.git
synced 2026-05-08 05:19:31 -05:00
18 lines
334 B
Plaintext
18 lines
334 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/cli/munki/build/
|