1. 07 Jul, 2013 1 commit
    • Matt Quigley's avatar
      Don't ignore essential Eclipse project files. · 35a4fcf9
      Matt Quigley authored
      The .project and important .classpath files are a part of an Android Eclipse
      project, and their changes should be stored in the repository. Although there
      may be a case for ignoring these files in very rare situations, they don't
      justify belonging in a generic template.
      
      The .project file is generally recreatable with a new import without
      difficulty, but it still may have important configuration such as extra build
      steps. More importantly, .classpath is absolutely essential for a project to
      build correctly and cannot be automatically generated unless there is nothing
      extra on the classpath.
      
      Reverts commit 3ad9edaa.
      35a4fcf9
  2. 03 Jul, 2013 3 commits
  3. 02 Jul, 2013 2 commits
  4. 29 Jun, 2013 1 commit
  5. 28 Jun, 2013 1 commit
  6. 26 May, 2013 1 commit
  7. 06 Mar, 2013 1 commit
  8. 24 Jan, 2013 2 commits
  9. 22 Jan, 2013 22 commits
  10. 21 Jan, 2013 2 commits
  11. 19 Jan, 2013 2 commits
  12. 15 Jan, 2013 1 commit
    • Eloy Durán's avatar
      [Objective-C] No longer ignore `xcworkspace` documents. · e54e1b75
      Eloy Durán authored
      Workspaces are real documents that can be opened, just like `xcodeproj`
      documents. These documents are also generated/used by CocoaPods to
      configure a project’s dependencies. For these reasons, there does not
      seem a good reason to ignore these any longer.
      e54e1b75
  13. 14 Jan, 2013 1 commit