mirror of
https://github.com/munki/munki.git
synced 2026-05-05 03:49:22 -05:00
13 lines
220 B
Plaintext
13 lines
220 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
|