diff options
author | jaseg <git@jaseg.net> | 2018-12-23 12:57:40 +0900 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2018-12-23 12:57:40 +0900 |
commit | 62389e00fed49b7b89f465c9cd6bb586502331be (patch) | |
tree | e38348acaef07b595459057422ee6d92f8cea9c8 /common/.gitignore | |
parent | 468fe59d9747078830dd489668b8c8ee8520b4a5 (diff) | |
download | 8seg-62389e00fed49b7b89f465c9cd6bb586502331be.tar.gz 8seg-62389e00fed49b7b89f465c9cd6bb586502331be.tar.bz2 8seg-62389e00fed49b7b89f465c9cd6bb586502331be.zip |
ADC working
Diffstat (limited to 'common/.gitignore')
-rw-r--r-- | common/.gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
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 |