refactor(git): move commonly ignored files to global ignore
This commit is contained in:
parent
f02b40074f
commit
0e327ad977
1 changed files with 38 additions and 0 deletions
38
git/.config/git/ignore
Normal file
38
git/.config/git/ignore
Normal file
|
@ -0,0 +1,38 @@
|
|||
# OS-specific crud
|
||||
.DS_Store
|
||||
._*
|
||||
Thumbs.db
|
||||
|
||||
# archives
|
||||
*.7z
|
||||
*.jar
|
||||
*.rar
|
||||
*.zip
|
||||
*.gz
|
||||
*.gzip
|
||||
*.tgz
|
||||
*.bzip
|
||||
*.bzip2
|
||||
*.bz2
|
||||
*.xz
|
||||
*.lzma
|
||||
*.cab
|
||||
*.xar
|
||||
*.zst
|
||||
*.iso
|
||||
*.tar
|
||||
|
||||
# package formats
|
||||
*.dmg
|
||||
*.xpi
|
||||
*.gem
|
||||
*.egg
|
||||
*.deb
|
||||
*.rpm
|
||||
*.msi
|
||||
*.msm
|
||||
*.msp
|
||||
*.txz
|
||||
|
||||
# logs
|
||||
*.log
|
Loading…
Reference in a new issue