diff options
author | Julien | 2011-06-01 16:28:21 -0400 |
---|---|---|
committer | Julien | 2011-06-01 16:28:21 -0400 |
commit | 6f5c18c661cc11827549206f823aa63502500355 (patch) | |
tree | 8c7bf44738739506acb567721fc8a5a4ba6ba279 /.gitignore | |
parent | d2a8e8023e0f1173746c31eb7232d24cc544d2c9 (diff) | |
download | scummvm-rg350-6f5c18c661cc11827549206f823aa63502500355.tar.gz scummvm-rg350-6f5c18c661cc11827549206f823aa63502500355.tar.bz2 scummvm-rg350-6f5c18c661cc11827549206f823aa63502500355.zip |
GIT: Ignore XCode user data
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 906c6a8a83..1219121b35 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ lib*.a /.project /.cproject /.settings +/Icon.* /build @@ -147,3 +148,7 @@ ipch/ #Ignore default Visual Studio build folders [Dd]ebug/ [Rr]elease/ + +#Ignore XCode user data +xcuserdata +project.xcworkspace |