diff options
author | Siqi LIU <me@siqi.fr> | 2013-08-31 12:04:55 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-08-31 12:04:55 +0200 |
commit | dd53fc8368f53de30529345c9c7e42599e1bc95d (patch) | |
tree | c02e92a49ffde67960d93e1f9971a079ccf77456 /.gitignore | |
parent | 401d2d3ea3f1f958a24bb834e751f6c024deca1b (diff) |
gitignore userstate for xcode
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 57caeba85ac5..e4a4b354ff51 100644 --- a/.gitignore +++ b/.gitignore @@ -77,4 +77,5 @@ /moz/zipped/*.zip __pycache__ -ios/iosremote/iosremote.xcodeproj/project.xcworkspace/xcuserdata/me.xcuserdatad/UserInterfaceState.xcuserstate +# iOS remote control specific +UserInterfaceState.xcuserstate |