view .gitignore @ 218:eebc8dacb51c

improved generator
author Saber Haj Rabiee <saber.hajrabiee@gmail.com>
date Mon, 01 Mar 2021 01:14:05 -0800
parents
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