mirror of
https://github.com/joeycastillo/utz.git
synced 2025-10-29 19:57:02 +00:00
15 lines
147 B
Plaintext
15 lines
147 B
Plaintext
# Generic ignores
|
|
.DS_Store
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.AppleDouble
|
|
.LSOverride
|
|
.gdb_history
|
|
|
|
# Project specific ignores
|
|
*.pyc
|
|
build
|
|
*.o
|
|
example
|