diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-05-07 12:18:38 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-05-07 12:18:38 -0300 |
commit | f21e8e1bea1e93aaa22e4d6baa3a490140977617 (patch) | |
tree | 3ea65a5e9ec5d4c1f59d9f813226b65f010e7f5c /.gitignore |
[Project] LtPtr
"Checked" raw pointers for Rust.
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..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock |