From 43c4e9133abb14809362dd7f3d835ca89b1dafd2 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 15 Mar 2016 00:55:05 +0100 Subject: [PATCH] gitignore: Rewrite and ignore more files as a consequence to the new Resource file. Signed-off-by: /dev/urandom --- .gitignore | 165 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 122 insertions(+), 43 deletions(-) diff --git a/.gitignore b/.gitignore index 66aed212..8c15e036 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +### Windows + # Windows image file caches Thumbs.db ehthumbs.db @@ -14,58 +16,135 @@ $RECYCLE.BIN/ *.msm *.msp -# ========================= -# Operating System Files -# ========================= -# Windows +# Shortcuts *.lnk -# OSX -# ========================= +### OSX -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +.DS_Store +.AppleDouble +.LSOverride -*.obj -*.tlog -*.log -*.lastbuildstate -*.idb -*.exp -*.ilk -*.unsuccessfulbuild -*.sdf -*.opensdf -*.pdb +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Visual Studio + +# User-specific files *.suo +*.user +*.userosscache +*.sln.docstates -# Additional stuff +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results build -#premake5.exe -user*.bat -# IDA -# ========================= +# Visual Studio 2015 cache/options directory +.vs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +### IDA *.id0 *.id1 *.id2 *.nam -*.til \ No newline at end of file +*.til + +### Custom user files +# User scripts +user*.bat + +# Premake binary +#premake5.exe \ No newline at end of file