masc-ucsc / esesc

ESESC: A Fast Multicore Simulator
http://masc.soe.ucsc.edu/esesc/
134 stars 64 forks source link

gitignore additions & visual improvements to the markdown files #58

Closed fzakaria closed 3 years ago

fzakaria commented 3 years ago

Hello,

I've been using this project as part of the course for CSE220 in UCSC. As I am getting started I wanted to share some small fixes I made while browsing the source.

  1. To browse the code using https://www.jetbrains.com/clion/ (IntelliJ C++ editor) creates release/debug folder names I've included in gitignore
  2. A few of the markdown documents in the /docs/tutorial folder did not adhere to the GitHub Flavored Markdown spec, causing them not to render nicely on GitHub itself.