diff options
author | David Li <li.davidm96@gmail.com> | 2016-01-04 10:12:15 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2016-01-04 10:12:15 -0700 |
commit | 1e93d4c727f632cd5d6cdc90e6d8a21883d6f409 (patch) | |
tree | dfe9a4ad686e8fa389eaca24ad1946d377278095 /src/rust-elfloader/.gitignore | |
parent | 01f161fa1ac86e75524bf038e51a236f0dfb22a6 (diff) |
Add rust-elfloader to tree (needs modification for 32-bit ELF)
Diffstat (limited to 'src/rust-elfloader/.gitignore')
-rw-r--r-- | src/rust-elfloader/.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rust-elfloader/.gitignore b/src/rust-elfloader/.gitignore new file mode 100644 index 0000000..a93127b --- /dev/null +++ b/src/rust-elfloader/.gitignore @@ -0,0 +1,14 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll +*.swp + +# Executables +*.exe + +# Generated by Cargo +/target/ + +Cargo.lock |