diff options
author | Lioncash <mathew1800@gmail.com> | 2014-12-14 23:19:47 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2014-12-14 23:19:47 +0100 |
commit | 99f1326e818a00785ee9ef48f100db0388b2cab3 (patch) | |
tree | 7b4a81ab3eeb230448d4025a9d7c0e26105927e4 /.gitignore | |
parent | Merge pull request #258 from yuriks/log-ng (diff) | |
download | yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.gz yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.bz2 yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.lz yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.xz yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.zst yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5e4a6eef9..ad8aea5da 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,19 @@ src/common/scm_rev.cpp # Project/editor files *.swp .idea/ + +# *nix related +# Common convention for backup or temporary files +*~ + +# OSX global filetypes +# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc) +.DS_Store +.AppleDouble +.LSOverride +.Spotlight-V100 +.Trashes + +# Windows global filetypes +Thumbs.db + |