1. 05 8月, 2015 1 次提交
    • J
      Create Elm.gitignore · 14fe6b0a
      Jonathan Boulanger 提交于
      .gitignore for Elm projects. 
      
      Ignores installed packages (elm-package.json) and elm-stuff/, as these files will be generated once elm-package has been run for a .elm file. This is also beneficial where dependencies have changed, and an install package is no longer required.
      
      elm-repl generated files have also been ignored. Most of the time, elm-repl manages to delete these files automatically, but there are scenarios where these files are not deleted on the closing of elm-repl
      14fe6b0a
  2. 31 7月, 2015 3 次提交
  3. 28 7月, 2015 1 次提交
  4. 24 7月, 2015 2 次提交
  5. 23 7月, 2015 2 次提交
  6. 16 7月, 2015 1 次提交
  7. 15 7月, 2015 5 次提交
  8. 14 7月, 2015 1 次提交
  9. 06 7月, 2015 1 次提交
  10. 02 7月, 2015 1 次提交
  11. 01 7月, 2015 2 次提交
  12. 30 6月, 2015 2 次提交
  13. 28 6月, 2015 2 次提交
  14. 26 6月, 2015 1 次提交
  15. 24 6月, 2015 5 次提交
  16. 18 6月, 2015 3 次提交
  17. 11 6月, 2015 1 次提交
  18. 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
  19. 02 6月, 2015 2 次提交
  20. 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
  21. 29 5月, 2015 1 次提交