From a3db778746af40eb9f9ec2cccfb3c935164600f5 Mon Sep 17 00:00:00 2001 From: pfg github Date: Sun, 8 Mar 2015 09:18:40 -0700 Subject: Full Source --- .gitignore | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 78b49ee..c33d8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,12 @@ +# https://www.gitignore.io/api/visualstudio,windows,linux + +### VisualStudio ### ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user -*.userosscache *.sln.docstates # Build results @@ -183,34 +185,8 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - -.DS_Store -.AppleDouble -.LSOverride - -# 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 - -# Windows -# ========================= +### Windows ### # Windows image file caches Thumbs.db ehthumbs.db @@ -229,3 +205,13 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + + +### Linux ### +*~ + +# KDE directory preferences +.directory + +# Vim swp files +*.swp -- cgit v1.2.3