mirror of
https://github.com/nivekuil/rip
synced 2024-11-10 06:04:17 +00:00
10 lines
181 B
Text
10 lines
181 B
Text
|
# from https://github.com/github/gitignore
|
||
|
|
||
|
# Generated by Cargo
|
||
|
# will have compiled files and executables
|
||
|
debug/
|
||
|
target/
|
||
|
|
||
|
# These are backup files generated by rustfmt
|
||
|
**/*.rs.bk
|