diff options
author | Irene Knapp <ireneista@gmail.com> | 2021-11-30 18:44:19 -0800 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2021-11-30 18:44:19 -0800 |
commit | 0fc36ff992d4ea1a7fe5240da8c5c63f7c602a6e (patch) | |
tree | 02ccf50a7a7f4500bc41ca997bfb4618b07bffb3 /.gitignore |
Initial, based on last year
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31158d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/target +/result +/result-* +**/*.rs.bk +*.swp |