diff options
Diffstat (limited to 'examples/rust/.gitignore')
-rw-r--r-- | examples/rust/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rust/.gitignore b/examples/rust/.gitignore new file mode 100644 index 0000000..559d663 --- /dev/null +++ b/examples/rust/.gitignore @@ -0,0 +1,3 @@ +Cargo.lock + +target/ |