Zernit/.gitignore
2020-02-05 09:06:21 +00:00

14 lines
235 B
Plaintext

# FIXME: Move in '.git/info/exclude' once branch is determined ?
# Autogenerated by Cargo no need to keep in repo
Cargo.lock
# Exclude all backup files
*.bak
# Autogenerated by cargo
**/*.rs.bk
# Exclude build result
/target
/build