diff options
author | Mike Beattie <mike@ethernal.org> | 2013-04-22 13:50:13 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2013-04-22 13:50:13 +1200 |
commit | 759376cd0aac61c5afce31aed27ef98aba791173 (patch) | |
tree | 70043c0b2597dc235b0005c91a79ddcdca327a0a | |
parent | b4ffb3ed36fc8696603616bf5f31b07fb3829614 (diff) |
altos: update .gitignore files
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/test/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,7 @@ ao-tidongle.h ao-tools/ao-bitbang/ao-bitbang ao-tools/ao-dbg/ao-dbg ao-tools/ao-dumplog/ao-dumplog +ao-tools/ao-dump-up/ao-dump-up ao-tools/ao-eeprom/ao-eeprom ao-tools/ao-edit-telem/ao-edit-telem ao-tools/ao-list/ao-list diff --git a/src/test/.gitignore b/src/test/.gitignore index 8d79d168..8f74c348 100644 --- a/src/test/.gitignore +++ b/src/test/.gitignore @@ -7,6 +7,7 @@ ao_gps_test ao_gps_test_skytraq ao_convert_test ao_convert_pa_test +ao_fat_test ao_fec_test ao_flight_test_mm ao_flight_test_noisy_accel |