rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
906 stars 60 forks source link

MInore cleanup #385

Closed psvri closed 9 months ago

psvri commented 9 months ago

This includes minor changes to readme and gitignore inorder to make them beginner friendly.

  1. updated gitignore to include gcc-build and gcc-install
  2. I removed the $ sign from the bash code blocks as its easier to copy paste that way
  3. While cloning gcc repo I added --single-branch --depth 1 (given the fact that its a big repo, this should help those who just want to get started)