4
0
Román Cárdenas Rodríguez 1 жил өмнө
commit
50c6460cda
2 өөрчлөгдсөн 16 нэмэгдсэн , 0 устгасан
  1. 14 0
      .gitignore
  2. 2 0
      README.md

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
+# Generated by Cargo
+# will have compiled files and executables
+debug/
+target/
+
+# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
+Cargo.lock
+
+# These are backup files generated by rustfmt
+**/*.rs.bk
+
+# MSVC Windows builds of rustc generate these, which store debugging information
+*.pdb

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# riscv-peripheral
+Standard RISC-V targets for embedded systems written in Rust