diff options
author | Siqi LIU <me@siqi.fr> | 2013-08-31 12:08:07 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-08-31 12:08:07 +0200 |
commit | 5512bdd0e734e6fe2ad1420e78b9837a5eaf7dde (patch) | |
tree | e5e476275db1b333d1c4a7f2012fc661cb31847e /.gitignore | |
parent | d91d6f0bb1146fc5293070c16f8dfde5f4252746 (diff) |
add DS_Store to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e4a4b354ff51..db3d622f11b3 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ __pycache__ # iOS remote control specific UserInterfaceState.xcuserstate +.DS_Store |