From b1d756ce9610d4d040b8b78d7d4f8d2bc2bd4b6f Mon Sep 17 00:00:00 2001 From: Alexei Svitkine Date: Thu, 21 Jun 2012 21:55:53 -0400 Subject: [PATCH] Ignore Info.plist. --- SheepShaver/src/MacOSX/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SheepShaver/src/MacOSX/.gitignore b/SheepShaver/src/MacOSX/.gitignore index 983feca0..687d4ec0 100644 --- a/SheepShaver/src/MacOSX/.gitignore +++ b/SheepShaver/src/MacOSX/.gitignore @@ -2,3 +2,6 @@ build/* SheepShaver.xcodeproj/*.mode1v3 SheepShaver.xcodeproj/*.pbxuser + +# autoconf build generated Info.plist file +Info.plist