diff options
author | Mark Lussier <mlussier@gmail.com> | 2010-11-09 05:29:54 +0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-09 06:42:21 +0800 |
commit | 5c2a78f44fdb528f12a7afc36a8321f447acdd68 (patch) | |
tree | ab8a9306f74a9e073fe5aa586389f7c8481cfd03 /Objective-C.gitignore | |
parent | 07b5d97c0a7cbc74b343d2f5824ff0427db90aa6 (diff) | |
download | gitignore-5c2a78f44fdb528f12a7afc36a8321f447acdd68.tar.gz gitignore-5c2a78f44fdb528f12a7afc36a8321f447acdd68.zip |
added line to Objective-C gitignore to ignore the *.moved-aside files from XCode
Diffstat (limited to 'Objective-C.gitignore')
-rw-r--r-- | Objective-C.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 1cacd557..cae9fa9d 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -8,3 +8,4 @@ xcuserdata # osx .DS_Store profile +*.moved-aside |