Update gitignore to ignore XCode project files

This commit is contained in:
Simon Robertshaw 2012-05-30 11:40:42 +01:00
parent 58620a9529
commit 3c828c45c9

4
.gitignore vendored
View File

@ -17,3 +17,7 @@ src/python/stdlib/*
*.bat *.bat
*.o *.o
*.me *.me
.DS_Store
*.lproj
*.xcodeproj
*.plist