From: Keith Packard Date: Mon, 29 Apr 2013 06:27:32 +0000 (-0700) Subject: altos: Add a bunch of .gitignore files X-Git-Tag: 1.2.1~75 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=ab99d71c4ba97a28ee463170d10712b2de94dc50 altos: Add a bunch of .gitignore files Ignore ao_product.h and built binaries Signed-off-by: Keith Packard --- diff --git a/src/stm-flash/.gitignore b/src/stm-flash/.gitignore new file mode 100644 index 00000000..c046bc2a --- /dev/null +++ b/src/stm-flash/.gitignore @@ -0,0 +1,3 @@ +stm-flash*.elf +ao_product.h +altos-flash*.elf diff --git a/src/telelco-v0.2/.gitignore b/src/telelco-v0.2/.gitignore new file mode 100644 index 00000000..a32ec26e --- /dev/null +++ b/src/telelco-v0.2/.gitignore @@ -0,0 +1,2 @@ +ao_product.h +telelco*.elf diff --git a/src/telelco-v0.2/flash-loader/.gitignore b/src/telelco-v0.2/flash-loader/.gitignore new file mode 100644 index 00000000..a32ec26e --- /dev/null +++ b/src/telelco-v0.2/flash-loader/.gitignore @@ -0,0 +1,2 @@ +ao_product.h +telelco*.elf diff --git a/src/telemega-v0.3/.gitignore b/src/telemega-v0.3/.gitignore new file mode 100644 index 00000000..e67759a2 --- /dev/null +++ b/src/telemega-v0.3/.gitignore @@ -0,0 +1,2 @@ +ao_product.h +telemega-*.elf