From 40be8e3b1ab45f5f896b9ee8ab30ca4032fd5b16 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 7 Nov 2018 21:19:20 -0700 Subject: [PATCH] update the gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 088ba6b..ba7bc1f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,7 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk + +# The crt0.o file should, under the currently suggested build scheme, be +# recompiled every build anyway. +crt0.o