112 lines
1.1 KiB
Text
112 lines
1.1 KiB
Text
# ---> Vim
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg # comment out if you don't need vector files
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
# ---> Images
|
|
# JPEG
|
|
*.jpg
|
|
*.jpeg
|
|
*.jpe
|
|
*.jif
|
|
*.jfif
|
|
*.jfi
|
|
|
|
# JPEG 2000
|
|
*.jp2
|
|
*.j2k
|
|
*.jpf
|
|
*.jpx
|
|
*.jpm
|
|
*.mj2
|
|
|
|
# JPEG XR
|
|
*.jxr
|
|
*.hdp
|
|
*.wdp
|
|
|
|
# Graphics Interchange Format
|
|
*.gif
|
|
|
|
# RAW
|
|
*.raw
|
|
|
|
# Web P
|
|
*.webp
|
|
|
|
# Portable Network Graphics
|
|
*.png
|
|
|
|
# Animated Portable Network Graphics
|
|
*.apng
|
|
|
|
# Multiple-image Network Graphics
|
|
*.mng
|
|
|
|
# Tagged Image File Format
|
|
*.tiff
|
|
*.tif
|
|
|
|
# Scalable Vector Graphics
|
|
*.svg
|
|
*.svgz
|
|
|
|
# Portable Document Format
|
|
*.pdf
|
|
|
|
# X BitMap
|
|
*.xbm
|
|
|
|
# BMP
|
|
*.bmp
|
|
*.dib
|
|
|
|
# ICO
|
|
*.ico
|
|
|
|
# 3D Images
|
|
*.3dm
|
|
*.max
|
|
|
|
# ---> Windows
|
|
# Windows thumbnail cache files
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
|
|
# Dump file
|
|
*.stackdump
|
|
|
|
# Folder config file
|
|
[Dd]esktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
|