###Taken from https://github.com/github/gitignore/tree/master/Global ##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-* # .nfs files are created when an open file is removed but is still being accessed .nfs* ##Tags # Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS .TAGS !TAGS/ tags .tags !tags/ gtags.files GTAGS GRTAGS GPATH GSYMS cscope.files cscope.out cscope.in.out cscope.po.out ##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~ ##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 *.gzip *.tgz *.bzip *.bzip2 *.bz2 *.xz *.lzma *.cab *.xar # Packing-only formats *.iso *.tar # Package management formats *.dmg *.xpi *.gem *.egg *.deb *.rpm *.msi *.msm *.msp *.txz ##Backup *.bak *.gho *.ori *.orig *.tmp ##Diff *.patch *.diff ##GPG secring.* ###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 ##Patch *.orig *.rej *.o *.log