aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAge
* new xcode filesGravatar Hoa V. DINH2017-01-02
|
* Compile mailcore2 locally via cocoapods (#1460)Gravatar Brian2016-06-28
|
* Fixed build of test target on win32.Gravatar Hoà V. DINH2014-11-24
|
* Fixed build on win32Gravatar Hoà V. DINH2014-11-24
|
* Fixed exports for win32Gravatar Hoa V. DINH2014-11-24
|
* Fixed win32 build.Gravatar Hoà V. DINH2014-11-22
|
* Minor improvement in '.gitignore' file.Gravatar Maxim Khatskevich2014-11-13
| | | When you work in a team, it is really useful to have 'Podfile.lock' in gitignore as well. In a case when this file IS under version control and your teammate added something into 'Podfile', installed new pods on his machine and then you are pulling his fixes into your working copy - your working copy seems to be consistent for Cocoapods (because Podfile and Podfile.lock are in sync), but in fact your working copy is missing a new pod files, so you'll get build errors and will wonder what happens. But if we keep Podfile.lock in gitignore - you easily will fix that by just running standard 'pod install' command in Terminal.
* Added installled-deps-version to .gitignoreGravatar Hoa V. DINH2014-11-04
|
* Gitignore file has been improved.Gravatar Maxim Khatskevich2014-04-07
|
* Revert "ignore build/ folders"Gravatar Pushkar Singh2013-08-10
| | | | This reverts commit aefac083c0553f0a71f808eea1d93458496e026e.
* Merge branch 'master' of github.com:pushkarsingh/mailcore2Gravatar Pushkar Singh2013-07-03
|\ | | | | | | | | Conflicts: .gitignore
| * ignore build/ foldersGravatar Lenny2013-06-28
| |
* | Added prebuilt.list to .gitignoreGravatar Hoa V. DINH2013-06-26
|/
* added the first unread uid from the SELECT imap command - the name of the ↵Gravatar silenteh2013-06-04
| | | | variable has the wrong name, I will change it on the following commits
* Modified the mac project web view to run on iOS. Not fully tested.Gravatar Oliver Rickard2013-05-01
|
* Added a gitignore fileGravatar Matt Ronge2013-01-31