1. 15 7月, 2016 1 次提交
  2. 14 7月, 2016 3 次提交
  3. 12 7月, 2016 2 次提交
  4. 11 7月, 2016 4 次提交
  5. 10 7月, 2016 2 次提交
    • O
      Ignore .pdf · d8a56ffd
      Oliver Kopp 提交于
      On Windows, when PDF is opened with Acrobat Reader, one gets following output:
      
          ! I can't write on file `document.pdf'.
          Please type another file name for output:
      
      If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
      d8a56ffd
    • O
      Add *.wrt produced by scrwfile · a73ff83a
      Oliver Kopp 提交于
      a73ff83a
  6. 09 7月, 2016 1 次提交
  7. 04 7月, 2016 1 次提交
  8. 03 7月, 2016 1 次提交
    • R
      Ignore *.pid.lock · 55157bfd
      Roman Pushkin 提交于
      Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files:
      
      * `passenger.3000.pid` (removed when passenger stops)
      * `passenger.3000.log`
      * `passenger.3000.pid.lock`
      
      While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
      55157bfd
  9. 01 7月, 2016 4 次提交
  10. 30 6月, 2016 1 次提交
  11. 29 6月, 2016 1 次提交
    • T
      Update TeX.gitignore · c2401948
      thilaire 提交于
      Add support for easy-todo package (that produces .lod file during the compilation)
      c2401948
  12. 26 6月, 2016 1 次提交
  13. 25 6月, 2016 1 次提交
  14. 21 6月, 2016 1 次提交
  15. 17 6月, 2016 1 次提交
  16. 16 6月, 2016 2 次提交
  17. 15 6月, 2016 2 次提交
  18. 13 6月, 2016 2 次提交
  19. 10 6月, 2016 1 次提交
  20. 07 6月, 2016 2 次提交
  21. 23 5月, 2016 1 次提交
    • J
      VisualStudio ignore project.fragment.lock.json · be2df771
      James Skimming 提交于
      I've just upgraded to ASP.NET Core RC2, and I've found that Visual
      Studio is producing a file called project.fragment.lock.json. When I
      delete the file it is recreated during build. Given project.lock.json is
      already ignored this looks like another file to ignore.
      be2df771
  22. 21 5月, 2016 4 次提交
  23. 20 5月, 2016 1 次提交