diff options
| author | pfg github <[email protected]> | 2015-03-08 09:18:40 -0700 |
|---|---|---|
| committer | pfg github <[email protected]> | 2015-03-08 09:18:40 -0700 |
| commit | a3db778746af40eb9f9ec2cccfb3c935164600f5 (patch) | |
| tree | 6fd5220c1283aeb448d4b67c8c122f78d2a7a8dc /.gitignore | |
| parent | bfd7c782b02bce11bb07cc228e5d0775ad0d98d5 (diff) | |
| download | shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.gz shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.bz2 shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.zip | |
Full Source
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 42 |
1 files changed, 14 insertions, 28 deletions
@@ -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 |
