diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-02-25 16:47:02 -0500 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-02-25 16:47:02 -0500 |
commit | a0070916ef13387461a11bb26d5c798b07121165 (patch) | |
tree | a7b9d132ed90b30a9ac5c2d9773edfc487a6c31e /minigrep/.gitignore | |
parent | 7d5500f62c1eb316682d6c8de314d2b181c5248a (diff) | |
download | learning-rust-a0070916ef13387461a11bb26d5c798b07121165.tar.xz learning-rust-a0070916ef13387461a11bb26d5c798b07121165.zip |
Updated to include Config struct.
Diffstat (limited to 'minigrep/.gitignore')
-rw-r--r-- | minigrep/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minigrep/.gitignore b/minigrep/.gitignore new file mode 100644 index 0000000..12847b6 --- /dev/null +++ b/minigrep/.gitignore @@ -0,0 +1,3 @@ +target/ +Cargo.lock +*.txt |