diff options
author | Keith Packard <keithp@keithp.com> | 2015-12-21 21:52:31 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-12-23 23:12:18 -0800 |
commit | bf73b27c167d3a75645d996b8cfafe4f48d16d94 (patch) | |
tree | 5685fda8b00c229af3d4508a82bd9dabc911a984 | |
parent | ab6a8b63ec77436cf7e939c7dcf836ac8817c615 (diff) |
altos: Fix telefiretwo .gitignore
Was ignoring the wrong built files
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telefiretwo-v0.1/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telefiretwo-v0.1/.gitignore b/src/telefiretwo-v0.1/.gitignore index 4d4f4200..e89f9fd7 100644 --- a/src/telefiretwo-v0.1/.gitignore +++ b/src/telefiretwo-v0.1/.gitignore @@ -1,2 +1,2 @@ -telefire-* +telefiretwo-* ao_product.h |