diff options
author | Tony Wasserka <neobrainx@gmail.com> | 2014-12-14 23:20:52 +0100 |
---|---|---|
committer | Tony Wasserka <neobrainx@gmail.com> | 2014-12-14 23:20:52 +0100 |
commit | befff3232da5f993672bb9077f6ea09c7fffd6ae (patch) | |
tree | 788f10ef8c46d59520583b8e432039f728e4d346 | |
parent | Merge pull request #278 from yuriks/log-colors (diff) | |
parent | Update gitignore with OS-specific global filetypes. (diff) | |
download | yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.gz yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.bz2 yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.lz yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.xz yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.zst yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.zip |
-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 + |