diff --git a/.gitignore b/.gitignore index da68ee9..f3fc8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.rlib *.dll +# logging files +*.log + # Executables *.exe @@ -31,4 +34,4 @@ Cargo.lock FFI-tests/*.so FFI-tests/*.o FFI-tests/*.out -FFI-tests/_*.c \ No newline at end of file +FFI-tests/_*.c