diff options
Diffstat (limited to 'options/gitignore/Rust')
-rw-r--r-- | options/gitignore/Rust | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/options/gitignore/Rust b/options/gitignore/Rust new file mode 100644 index 0000000000..37727f91cb --- /dev/null +++ b/options/gitignore/Rust @@ -0,0 +1,11 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll + +# Executables +*.exe + +# Generated by Cargo +/target/ |