mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
23 lines
273 B
Plaintext
23 lines
273 B
Plaintext
# Common trash (metadata, backup files, etc.)
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
*.bak
|
|
|
|
# Object files
|
|
*.py[co]
|
|
*.[oa]
|
|
|
|
# Try to avoid accidentally checking in private keys
|
|
id_rsa
|
|
id_ecdsa
|
|
|
|
# Kicad backup files
|
|
*.kicad_pcb-bak
|