From bd9f168a81deeb683214dce1a0b3b951798312b8 Mon Sep 17 00:00:00 2001 From: Ahmed Baracat Date: Tue, 25 Aug 2015 22:36:00 +0200 Subject: [PATCH] Allow for ignoring other important files Ignore build, MacOSX and Windows files --- Unity.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 9de94098..9c0faa72 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -19,3 +19,14 @@ # Unity3D Generated File On Crash Reports sysinfo.txt + +# Builds +*.apk +*.unitypackage + +# MacOSX-specific +.DS_Store + +# Windows-specific +thumbs.db +