summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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