diff options
author | Irene Knapp <ireneista@gmail.com> | 2020-09-01 20:25:26 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2020-09-01 20:25:26 -0700 |
commit | 0c8e06d588038ae6e24d1898bd33b3ee5a938640 (patch) | |
tree | 74833939e37908366fe2cb71d639dbe641e054a6 /.gitignore |
Initial.
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 |