diff options
| author | Adam Carpenter <53hornet@gmail.com> | 2019-02-28 09:12:04 -0500 |
|---|---|---|
| committer | Adam Carpenter <53hornet@gmail.com> | 2019-02-28 09:12:04 -0500 |
| commit | 131a4e22e2fb3afa8ec0a8a35945d9511e41a4f9 (patch) | |
| tree | 8b220451980fb54beca02f8279f5ed52b31c9eaa /.gitignore | |
| parent | b43fca42427dbd276ca2dd1d712611b6dea4338c (diff) | |
| download | learning-rust-131a4e22e2fb3afa8ec0a8a35945d9511e41a4f9.tar.xz learning-rust-131a4e22e2fb3afa8ec0a8a35945d9511e41a4f9.zip | |
Removed build files from repo.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd292a4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*/target/* |