1. 12 8月, 2014 2 次提交
  2. 05 8月, 2014 1 次提交
  3. 24 7月, 2014 2 次提交
  4. 18 7月, 2014 2 次提交
  5. 16 7月, 2014 1 次提交
  6. 12 7月, 2014 3 次提交
  7. 11 7月, 2014 2 次提交
  8. 10 7月, 2014 1 次提交
  9. 09 7月, 2014 1 次提交
  10. 08 7月, 2014 6 次提交
  11. 05 7月, 2014 1 次提交
  12. 03 7月, 2014 1 次提交
    • T
      Update VisualStudio.gitignore · 8fbf2703
      Terje Sandstrom 提交于
      Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.
      8fbf2703
  13. 01 7月, 2014 1 次提交
  14. 27 6月, 2014 2 次提交
  15. 25 6月, 2014 3 次提交
  16. 24 6月, 2014 8 次提交
  17. 22 6月, 2014 1 次提交
  18. 20 6月, 2014 1 次提交
  19. 18 6月, 2014 1 次提交
    • A
      Must ignore x86 directory as well · 2d48a216
      Adilson Carvalho 提交于
      When installing SQLite embebed on my C# project I've noted that it generates both directories,
      `x86` and `x64` but only `x64` was present on `.gitignore`.
      2d48a216