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