diff options
author | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-26 22:26:19 -0600 |
---|---|---|
committer | Melody Horn / boringcactus <melody@boringcactus.com> | 2021-06-26 22:26:19 -0600 |
commit | 8cb6fd9653e1733645ecb734f32c8306c01757ba (patch) | |
tree | d139be8955f223122d639f13edba9c609c8c6d03 /.gitignore | |
download | cpp-parse-8cb6fd9653e1733645ecb734f32c8306c01757ba.tar.gz cpp-parse-8cb6fd9653e1733645ecb734f32c8306c01757ba.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..96ef6c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +Cargo.lock |