1. 14 7月, 2014 1 次提交
  2. 12 7月, 2014 3 次提交
  3. 11 7月, 2014 2 次提交
  4. 10 7月, 2014 1 次提交
  5. 09 7月, 2014 1 次提交
  6. 08 7月, 2014 6 次提交
  7. 05 7月, 2014 1 次提交
  8. 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
  9. 01 7月, 2014 1 次提交
  10. 27 6月, 2014 2 次提交
  11. 25 6月, 2014 3 次提交
  12. 24 6月, 2014 8 次提交
  13. 22 6月, 2014 1 次提交
  14. 20 6月, 2014 1 次提交
  15. 18 6月, 2014 3 次提交
    • 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
    • C
      Merge pull request #1115 from ahmyi/patch-1 · bab15e82
      Carl Suster 提交于
      Update Unity.gitignore to ignore sysinfo crash log
      bab15e82
    • A
      Update Unity.gitignore · 83602f4c
      ahmyi 提交于
      Sysinfo.txt is generated by unity if occurs any crashes. The content consist of  users system information, running process etc. I don't think that should be shared with others.
      83602f4c
  16. 15 6月, 2014 1 次提交
  17. 12 6月, 2014 4 次提交
    • C
      Get rid of the space in the filename · 8979b22e
      Carl Suster 提交于
      Amends #976
      8979b22e
    • C
      Merge commit 'refs/pull/976' · d9b0c7a9
      Carl Suster 提交于
      d9b0c7a9
    • C
      Grammar/formatting tweak to comments · d26de55e
      Carl Suster 提交于
      Fixes #897 with amendment
      d26de55e
    • K
      add Meta Programming System gitignore files · d60485f4
      Kolja Dummann 提交于
      The Meta Programming System is a language workbench created by JetBrains.
      
      http://jetbrains.com/mps/
      
      By default this file will ignore the generated java source and the compiled java classes that are
      produced by the language compiler. It will only add the Models which contain all information
      necessary to reproduce the the java source code and the the resulting class files.
      
      In addition to the generated source code it will ignore the test result files and test property files,
      because those are also generated from the models.
      
      The ignore file also prevents commiting the workspace.xml which contains the currently editor state,
      like open files and cursor position.
      d60485f4