diff options
author | syn <isaqtm@gmail.com> | 2021-01-27 00:17:03 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2021-01-27 00:17:03 +0300 |
commit | 314c3ae5e81b2ea86a4789113b92f20916645463 (patch) | |
tree | 99e3817ca7bfeee9219c781ffafb0e14b80c9ed8 /.gitignore | |
download | tdlib-autogen-314c3ae5e81b2ea86a4789113b92f20916645463.tar.gz |
Quick n dirty generation of tdlib bindings
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 |