1. 16 Jul, 2014 1 commit
  2. 12 Jul, 2014 3 commits
  3. 11 Jul, 2014 1 commit
  4. 10 Jul, 2014 2 commits
  5. 08 Jul, 2014 7 commits
  6. 05 Jul, 2014 1 commit
  7. 02 Jul, 2014 1 commit
    • Terje Sandstrom's avatar
      Update VisualStudio.gitignore · 8fbf2703
      Terje Sandstrom authored
      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
  8. 01 Jul, 2014 1 commit
  9. 27 Jun, 2014 2 commits
  10. 25 Jun, 2014 2 commits
  11. 24 Jun, 2014 8 commits
  12. 23 Jun, 2014 1 commit
  13. 21 Jun, 2014 1 commit
  14. 19 Jun, 2014 1 commit
  15. 18 Jun, 2014 2 commits
  16. 17 Jun, 2014 1 commit
    • ahmyi's avatar
      Update Unity.gitignore · 83602f4c
      ahmyi authored
      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
  17. 15 Jun, 2014 1 commit
  18. 12 Jun, 2014 4 commits
    • Carl Suster's avatar
      Get rid of the space in the filename · 8979b22e
      Carl Suster authored
      Amends #976
      8979b22e
    • Carl Suster's avatar
      Merge commit 'refs/pull/976' · d9b0c7a9
      Carl Suster authored
      d9b0c7a9
    • Carl Suster's avatar
      Grammar/formatting tweak to comments · d26de55e
      Carl Suster authored
      Fixes #897 with amendment
      d26de55e
    • Kolja Dummann's avatar
      add Meta Programming System gitignore files · d60485f4
      Kolja Dummann authored
      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