diff options
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 9ba9e2af6d..ee878bb385 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,6 @@ config.log *.depend *.pc *.P -*.mode1v3 -*.pbxuser *.[oa] *.l[oa] *.so @@ -50,6 +48,10 @@ config.log .DS_Store *.dSYM ._* +*.mode1v3 +*.pbxuser +*project.xcworkspace +*xcuserdata /tools/darwin/depends/config.site /tools/darwin/depends/config.site.mk /tools/darwin/depends/Makefile |