mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 09:46:00 +00:00
17 lines
174 B
Plaintext
17 lines
174 B
Plaintext
# .DS_Store
|
|
.DS_Store
|
|
|
|
# disk images
|
|
*.dmg
|
|
*.sparseimage
|
|
|
|
# .pyc and .pyo files
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# our content directory
|
|
content/
|
|
|
|
# the outputted list file
|
|
softwareupdate.plist
|