From af6547713f1eda5bfa254358b2a6c15a44f36d1f Mon Sep 17 00:00:00 2001 From: Drew Short Date: Thu, 7 Jan 2016 14:00:57 -0600 Subject: [PATCH] Adding ignore for log files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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