summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Lioncash2014-12-14 17:19:47 -0500
committerGravatar Lioncash2014-12-14 17:19:47 -0500
commit99f1326e818a00785ee9ef48f100db0388b2cab3 (patch)
tree7b4a81ab3eeb230448d4025a9d7c0e26105927e4 /.gitignore
parentMerge pull request #258 from yuriks/log-ng (diff)
downloadyuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.gz
yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.tar.xz
yuzu-99f1326e818a00785ee9ef48f100db0388b2cab3.zip
Update gitignore with OS-specific global filetypes.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
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
8# Project/editor files 8# Project/editor files
9*.swp 9*.swp
10.idea/ 10.idea/
11
12# *nix related
13# Common convention for backup or temporary files
14*~
15
16# OSX global filetypes
17# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc)
18.DS_Store
19.AppleDouble
20.LSOverride
21.Spotlight-V100
22.Trashes
23
24# Windows global filetypes
25Thumbs.db
26