Files
microrust/.gitignore
Michael Droogleever 8e05dfd010 Initial commit
Much of the content here is a direct port from https://github.com/japaric/discovery
2018-07-02 23:04:56 +02:00

11 lines
102 B
Plaintext

# Rust ignores
/target/
Cargo.lock
**/*.rs.bk
# mdBook ignores
*.org
.#*
.gdb_history
/template
book/