diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-07 04:12:25 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-07 04:12:25 -0700 |
commit | a60a2259ccbadacc219dbbbcc651cfd0f331479b (patch) | |
tree | 7c86f712abc44b59755ec84f6fa9d914467690d3 /.gitignore | |
parent | 239445e475ba02b88922617c557257a4fee55c86 (diff) | |
download | hope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.tar.gz hope-a60a2259ccbadacc219dbbbcc651cfd0f331479b.zip |
reject snek, embrace oxidation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1 +1,7 @@ -/venv +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk |