diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f56ad1659 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll + +# Executables +*.exe + +Cargo.lock + +# Generated by Cargo +/target/