1. 15 1月, 2016 1 次提交
  2. 14 1月, 2016 2 次提交
  3. 12 1月, 2016 1 次提交
  4. 11 1月, 2016 2 次提交
  5. 10 1月, 2016 2 次提交
  6. 05 1月, 2016 2 次提交
  7. 04 1月, 2016 2 次提交
  8. 03 1月, 2016 1 次提交
    • D
      Add TeX precompiled preamble and xypic · 3e9a2d98
      dopefishh 提交于
      A precompiled header(`latex -ini`) compiled creates a `.fmt` file.
      To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files.
      3e9a2d98
  9. 01 1月, 2016 2 次提交
  10. 31 12月, 2015 1 次提交
  11. 29 12月, 2015 2 次提交
  12. 28 12月, 2015 1 次提交
  13. 27 12月, 2015 2 次提交
    • A
      Remove `build/` suppression · 849fa552
      Andrew Arnott 提交于
      The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in.
      
      I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
      849fa552
    • A
      Stop ignoring StyleCop.json · 346fb933
      Andrew Arnott 提交于
      StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't.
      See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case.
      
      Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
      346fb933
  14. 22 12月, 2015 1 次提交
  15. 21 12月, 2015 1 次提交
  16. 18 12月, 2015 2 次提交
  17. 15 12月, 2015 2 次提交
  18. 14 12月, 2015 1 次提交
  19. 13 12月, 2015 2 次提交
  20. 11 12月, 2015 1 次提交
  21. 10 12月, 2015 2 次提交
  22. 07 12月, 2015 2 次提交
  23. 06 12月, 2015 4 次提交
  24. 05 12月, 2015 1 次提交