From bd9f168a81deeb683214dce1a0b3b951798312b8 Mon Sep 17 00:00:00 2001 From: Ahmed Baracat Date: Tue, 25 Aug 2015 22:36:00 +0200 Subject: [PATCH 1/2] 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 + From 52405705da0346bb19bb5fdde4c8ada80ccefcaf Mon Sep 17 00:00:00 2001 From: Ahmed Baracat Date: Wed, 26 Aug 2015 11:49:56 +0200 Subject: [PATCH 2/2] Removed OS-specific rules --- Unity.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 9c0faa72..60d2e893 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,10 +23,3 @@ sysinfo.txt # Builds *.apk *.unitypackage - -# MacOSX-specific -.DS_Store - -# Windows-specific -thumbs.db -