From: Jannik Zander Date: Tue, 24 May 2016 15:40:29 +0000 (+0200) Subject: Add git/ignore X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=0194d04f55dfa688158c0e85bac10802abcfa088;p=dotfiles.git Add git/ignore --- diff --git a/.config/git/config b/.config/git/config index 5206648..a086a63 100644 --- a/.config/git/config +++ b/.config/git/config @@ -96,6 +96,7 @@ [init] templatedir = ~/.config/git/templates [core] + excludesfile = ~/.config/git/ignore editor = vim autocrlf = false [include] diff --git a/.config/git/ignore b/.config/git/ignore new file mode 100644 index 0000000..b69b9e5 --- /dev/null +++ b/.config/git/ignore @@ -0,0 +1,62 @@ +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope +TAGS +.TAGS +!TAGS/ +tags +.tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + + +# OSX +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk