view .gitignore @ 235:bfafde81aec3 default tip master

Link to example crates
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 30 May 2021 16:19:15 +0200
parents eebc8dacb51c
children
line wrap: on
line source

**/*.txt
**/*.json
**/.vim/
**/.vim
**/cache/
**/__pycache__/
generate/gen/*

# 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