48 lines
727 B
Plaintext
48 lines
727 B
Plaintext
|
|
||
|
# Created by https://www.gitignore.io/api/rchlinuxpackages,archives,linux
|
||
|
|
||
|
#!! ERROR: rchlinuxpackages is undefined. Use list command to see defined gitignore types !!#
|
||
|
|
||
|
### Archives ###
|
||
|
# It's better to unpack these files and commit the raw source because
|
||
|
# git has its own built in compression methods.
|
||
|
*.7z
|
||
|
*.jar
|
||
|
*.rar
|
||
|
*.zip
|
||
|
*.gz
|
||
|
*.bzip
|
||
|
*.bz2
|
||
|
*.xz
|
||
|
*.lzma
|
||
|
*.cab
|
||
|
|
||
|
#packing-only formats
|
||
|
*.iso
|
||
|
*.tar
|
||
|
|
||
|
#package management formats
|
||
|
*.dmg
|
||
|
*.xpi
|
||
|
*.gem
|
||
|
*.egg
|
||
|
*.deb
|
||
|
*.rpm
|
||
|
*.msi
|
||
|
*.msm
|
||
|
*.msp
|
||
|
|
||
|
|
||
|
### Linux ###
|
||
|
*~
|
||
|
|
||
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
||
|
.fuse_hidden*
|
||
|
|
||
|
# KDE directory preferences
|
||
|
.directory
|
||
|
|
||
|
# Linux trash folder which might appear on any partition or disk
|
||
|
.Trash-*
|
||
|
|