diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2018-03-23 13:58:51 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2018-03-23 13:58:51 -0300 |
commit | 61da531d19d4a9ff8f6df20c3a6df7d7f1d3a846 (patch) | |
tree | e34e4f921e1794eb044cd84cbda485f5a6003f2e /.gitignore |
Rust Bindings for Hexchat Plugin API
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..143b1ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +/target/ +**/*.rs.bk +Cargo.lock |