1. 24 Jun, 2015 2 commits
  2. 23 Jun, 2015 1 commit
  3. 17 Jun, 2015 2 commits
  4. 11 Jun, 2015 1 commit
  5. 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
  6. 02 Jun, 2015 1 commit
  7. 01 Jun, 2015 1 commit
  8. 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
  9. 29 May, 2015 1 commit
  10. 28 May, 2015 2 commits
  11. 26 May, 2015 1 commit
  12. 19 May, 2015 1 commit
  13. 17 May, 2015 1 commit
  14. 16 May, 2015 1 commit
  15. 15 May, 2015 1 commit
    • 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
  16. 14 May, 2015 6 commits
  17. 10 May, 2015 1 commit
  18. 08 May, 2015 2 commits
  19. 07 May, 2015 4 commits
  20. 06 May, 2015 4 commits
  21. 02 May, 2015 3 commits
  22. 30 Apr, 2015 1 commit
    • Abizer Nasir's avatar
      Remove .virtualenv from Haskell.gitignore · 89c4f789
      Abizer Nasir authored
      The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
      89c4f789