From: Zachary T Welch Date: Fri, 13 Nov 2009 19:52:53 +0000 (-0800) Subject: remove accidental artifact X-Git-Tag: v0.4.0-rc1~794 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=99b57b6dccec1059f746121b9b9ddb11313f708b 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. --- 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