1. 16 8月, 2015 1 次提交
    • G
      Adding the Android Studio captures folder · 6895b7c2
      Guy B 提交于
      The captures folder is used by Android studio to keep heap dumps and other captures files. These are usually not shared as part of the source file.
      6895b7c2
  2. 07 8月, 2015 1 次提交
  3. 06 8月, 2015 1 次提交
  4. 31 7月, 2015 3 次提交
  5. 28 7月, 2015 1 次提交
  6. 24 7月, 2015 2 次提交
  7. 23 7月, 2015 2 次提交
  8. 16 7月, 2015 1 次提交
  9. 15 7月, 2015 5 次提交
  10. 14 7月, 2015 1 次提交
  11. 06 7月, 2015 1 次提交
  12. 02 7月, 2015 1 次提交
  13. 01 7月, 2015 2 次提交
  14. 30 6月, 2015 2 次提交
  15. 28 6月, 2015 2 次提交
  16. 26 6月, 2015 1 次提交
  17. 24 6月, 2015 5 次提交
  18. 18 6月, 2015 3 次提交
  19. 11 6月, 2015 1 次提交
  20. 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
  21. 02 6月, 2015 2 次提交
  22. 30 5月, 2015 1 次提交
    • 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