diff options
author | Keith Packard <keithp@keithp.com> | 2014-11-16 13:41:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-11-16 13:41:27 -0800 |
commit | abdf3177293c57e659017b64819c13f11c126011 (patch) | |
tree | f2ec580aa5f0b101b60b908806e2e785c1bff2ef | |
parent | 97a321692c2e41a1d3f77fb541780ada945eff52 (diff) |
altos/microsplash: fix .gitignore to ignore resulting binary
-rw-r--r-- | src/microsplash/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microsplash/.gitignore b/src/microsplash/.gitignore index 0573d989..5f6fe3b2 100644 --- a/src/microsplash/.gitignore +++ b/src/microsplash/.gitignore @@ -1,2 +1,2 @@ ao_product.h -microwater-* +microsplash-* |