1. 15 Jul, 2015 5 commits
  2. 06 Jul, 2015 1 commit
  3. 02 Jul, 2015 1 commit
  4. 01 Jul, 2015 1 commit
  5. 30 Jun, 2015 2 commits
  6. 28 Jun, 2015 1 commit
  7. 27 Jun, 2015 1 commit
  8. 25 Jun, 2015 1 commit
  9. 24 Jun, 2015 4 commits
  10. 23 Jun, 2015 1 commit
  11. 17 Jun, 2015 3 commits
  12. 11 Jun, 2015 1 commit
  13. 09 Jun, 2015 1 commit
    • Brian Gesiak's avatar
      [ObjC][Swift] Ignore Xcode SCM blueprint files · 4323f1e2
      Brian Gesiak authored
      These files are automatically generated by Xcode and maintain
      information regarding source control. Xcode is typically used
      in Objective-C and Swift projects, so add these to the ignored files for
      these platforms.
      4323f1e2
  14. 02 Jun, 2015 1 commit
  15. 01 Jun, 2015 1 commit
  16. 30 May, 2015 2 commits
    • Carl Suster's avatar
      Merge pull request #1523 from dash00/master · e27b4277
      Carl Suster authored
      [Tex] Change *.mtc0 to *.mtc[0-9] *.mtc[1-9][0-9]
      
      >`\@tocfile`
      The name of the file containing the minitoc is constructed from `\jobname` and a suffix `\@tocfile`, which is `.mtc` (long extensions) or `.M` (short extensions) followed by the absolute number of the minitoc.
      
      ```
      \if@mtc@longext@
        \def\@tocfile{mtc\The@mtc}%
      \else
        \def\@tocfile{M\The@mtc}%
      \fi
      ```
      e27b4277
    • Carl Suster's avatar
      Merge pull request #1514 from bbodenmiller/xcode · 28adf703
      Carl Suster authored
      sync up xcode related gitignore files
      28adf703
  17. 29 May, 2015 1 commit
  18. 28 May, 2015 2 commits
  19. 26 May, 2015 1 commit
  20. 23 May, 2015 1 commit
  21. 20 May, 2015 1 commit
  22. 19 May, 2015 1 commit
  23. 17 May, 2015 1 commit
  24. 16 May, 2015 1 commit
  25. 15 May, 2015 2 commits
  26. 14 May, 2015 2 commits
    • Zander Bolgar's avatar
      Remove Meteor.gitignore · f7c6c768
      Zander Bolgar authored
      There are only two entries in this .gitignore, and both are not needed.
      - .meteor/local is already ignored by the standard Meteor .gitignore that is included with every project. This is redundant and should b left solely to the standard Meteor .gitignore in case this changes in the future.
      - .meteor/meteorite should no longer be in any Meteor project. Meteorite was a package manager for Meteor, but it has been replaced by an official package manager built into the Meteor CLI. This directory should not exist, except on out of date Meteor projects which already have this ignore present.
      f7c6c768
    • Brendan Forster's avatar
      Revert "Update Maven.gitignore" · c63fc582
      Brendan Forster authored
      c63fc582