summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-12-14 23:20:52 +0100
committerGravatar Tony Wasserka2014-12-14 23:20:52 +0100
commitbefff3232da5f993672bb9077f6ea09c7fffd6ae (patch)
tree788f10ef8c46d59520583b8e432039f728e4d346
parentMerge pull request #278 from yuriks/log-colors (diff)
parentUpdate gitignore with OS-specific global filetypes. (diff)
downloadyuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.gz
yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.tar.xz
yuzu-befff3232da5f993672bb9077f6ea09c7fffd6ae.zip
Merge pull request #257 from lioncash/gitignore
Update gitignore with OS-specific global filetypes.
Diffstat (limited to '')
-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