diff options
author | Mike Beattie <mike@ethernal.org> | 2013-02-15 21:59:08 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2013-02-15 21:59:08 +1300 |
commit | 5e53a485310cc11e6add077fb4bd0b0267734ff0 (patch) | |
tree | 7541204d39c5a28ca905cdb5304add0f8884f9b2 /src/test | |
parent | be8eecc4117a14139e4421ce86b67d29a0f0c3d4 (diff) |
all: clean up .gitignore files and Makefile clean targets
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/.gitignore | 4 | ||||
-rw-r--r-- | src/test/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/test/.gitignore b/src/test/.gitignore index 5d528ab9..8d79d168 100644 --- a/src/test/.gitignore +++ b/src/test/.gitignore @@ -1,3 +1,5 @@ +ao_aprs_data.wav +ao_aprs_test ao_flight_test ao_flight_test_baro ao_flight_test_accel @@ -6,4 +8,6 @@ ao_gps_test_skytraq ao_convert_test ao_convert_pa_test ao_fec_test +ao_flight_test_mm ao_flight_test_noisy_accel +ao_micropeak_test diff --git a/src/test/Makefile b/src/test/Makefile index 1c2d771e..fccc7937 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -13,7 +13,7 @@ CFLAGS=-I.. -I. -I../core -I../drivers -I../micropeak -O0 -g -Wall all: $(PROGS) ao_aprs_data.wav clean: - rm -f $(PROGS) run-out.baro run-out.full + rm -f $(PROGS) ao_aprs_data.wav run-out.baro run-out.full install: |