Skip to content
  1. Oct 12, 2018
  2. Jul 04, 2015
  3. Jul 02, 2015
  4. Jul 01, 2015
  5. Jun 30, 2015
  6. Jun 28, 2015
  7. Jun 27, 2015
  8. Jun 24, 2015
  9. Jun 23, 2015
  10. Jun 17, 2015
  11. Jun 11, 2015
  12. Jun 09, 2015
    • 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
  13. Jun 02, 2015
  14. Jun 01, 2015
  15. May 30, 2015
    • 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
  16. May 29, 2015
  17. May 28, 2015
  18. May 26, 2015
  19. May 19, 2015
  20. May 17, 2015
  21. May 16, 2015
  22. May 15, 2015
    • Jeremy Coatelen's avatar
      [Tex] Change *.mtc0 to *.mtc[1-9][0-9] · d0c5830a
      Jeremy Coatelen authored
      When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
      d0c5830a
  23. May 14, 2015
    • 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
      Merge pull request #1465 from tgkprog/patch-1 · 4e0d738a
      Brendan Forster authored
      Update Maven.gitignore
      4e0d738a