mirror of
https://github.com/munki/munki.git
synced 2025-12-16 20:14:48 -06:00
22 lines
403 B
Plaintext
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
|