From 99b57b6dccec1059f746121b9b9ddb11313f708b Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 11:52:53 -0800 Subject: [PATCH] remove accidental artifact Somehow I managed to slip a temporary build file into the tree. Remove it and update the .gitignore file so it doesn't happen again. --- .gitignore | 1 + src/target/avrt.o.RcaTm5 | 0 2 files changed, 1 insertion(+) delete mode 100644 src/target/avrt.o.RcaTm5 diff --git a/.gitignore b/.gitignore index 2c1c536adc..f8a5381d48 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .libs .deps *.o +*.o.?????? *.a *.lo *.la diff --git a/src/target/avrt.o.RcaTm5 b/src/target/avrt.o.RcaTm5 deleted file mode 100644 index e69de29bb2..0000000000 -- 2.30.2