1. 16 Aug, 2015 1 commit
    • Guy B's avatar
      Adding the Android Studio captures folder · 6895b7c2
      Guy B authored
      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 Aug, 2015 1 commit
  3. 06 Aug, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 30 Jul, 2015 2 commits
  6. 27 Jul, 2015 1 commit
  7. 23 Jul, 2015 2 commits
  8. 22 Jul, 2015 2 commits
  9. 15 Jul, 2015 6 commits
  10. 13 Jul, 2015 1 commit
  11. 06 Jul, 2015 1 commit
  12. 02 Jul, 2015 1 commit
  13. 01 Jul, 2015 1 commit
  14. 30 Jun, 2015 3 commits
  15. 28 Jun, 2015 1 commit
  16. 27 Jun, 2015 1 commit
  17. 25 Jun, 2015 1 commit
  18. 24 Jun, 2015 4 commits
  19. 23 Jun, 2015 1 commit
  20. 17 Jun, 2015 3 commits
  21. 11 Jun, 2015 1 commit
  22. 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
  23. 02 Jun, 2015 1 commit
  24. 01 Jun, 2015 1 commit
  25. 30 May, 2015 1 commit
    • 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