diff options
author | Irene Knapp <ireneista@gmail.com> | 2023-10-02 00:56:21 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2023-10-02 00:56:21 -0700 |
commit | 6674db8b66ac65068865864e54cb92baf9fdde7b (patch) | |
tree | 379bbb66d915b778a6209a723c7e102bac010651 /rust/.gitignore | |
parent | 6464bf2888cf84049fbfb68f195d1483fd7b7d76 (diff) |
new rust template
Diffstat (limited to 'rust/.gitignore')
-rw-r--r-- | rust/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..3a6e63d --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1,5 @@ +/result +/result-* +/target +/.direnv +*.swp |