1. 01 7月, 2015 1 次提交
  2. 30 6月, 2015 2 次提交
  3. 28 6月, 2015 2 次提交
  4. 24 6月, 2015 5 次提交
  5. 18 6月, 2015 2 次提交
  6. 11 6月, 2015 1 次提交
  7. 09 6月, 2015 1 次提交
    • B
      [ObjC][Swift] Ignore Xcode SCM blueprint files · 4323f1e2
      Brian Gesiak 提交于
      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
  8. 02 6月, 2015 2 次提交
  9. 30 5月, 2015 2 次提交
    • C
      Merge pull request #1523 from dash00/master · e27b4277
      Carl Suster 提交于
      [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
    • C
      Merge pull request #1514 from bbodenmiller/xcode · 28adf703
      Carl Suster 提交于
      sync up xcode related gitignore files
      28adf703
  10. 29 5月, 2015 1 次提交
  11. 28 5月, 2015 2 次提交
  12. 27 5月, 2015 1 次提交
  13. 20 5月, 2015 1 次提交
  14. 17 5月, 2015 1 次提交
  15. 16 5月, 2015 1 次提交
  16. 15 5月, 2015 2 次提交
    • J
      [Tex] Change *.mtc0 to *.mtc[1-9][0-9] · d0c5830a
      Jeremy Coatelen 提交于
      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
    • Z
      Remove Meteor.gitignore · f7c6c768
      Zander Bolgar 提交于
      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
  17. 14 5月, 2015 5 次提交
  18. 10 5月, 2015 1 次提交
  19. 08 5月, 2015 3 次提交
  20. 07 5月, 2015 4 次提交