Browse Source

Adding ignore for log files

develop
Drew Short 8 years ago
parent
commit
af6547713f
  1. 5
      .gitignore

5
.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
FFI-tests/_*.c
Loading…
Cancel
Save