From 62389e00fed49b7b89f465c9cd6bb586502331be Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 23 Dec 2018 12:57:40 +0900 Subject: ADC working --- common/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 common/.gitignore (limited to 'common/.gitignore') diff --git a/common/.gitignore b/common/.gitignore new file mode 100644 index 0000000..ed41bfa --- /dev/null +++ b/common/.gitignore @@ -0,0 +1,12 @@ +*.elf +*.o +*.expand +*.hex +*.lst +*.map +*.bin +sources.c +sources.tar.xz +sources.tar.xz.zip +8b10b_test_decode +8b10b_test_encode -- cgit