diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-04 11:13:15 -0700 |
commit | 17d2432a8b9c15963cd3b821f025ad33972ef477 (patch) | |
tree | 8c679a78a162377e969d71c126ceeae2e55d1a10 /.gitignore | |
parent | 210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 (diff) | |
parent | 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (diff) |
Merge ccdbg and altos sources into one giant repository
Keeping these separate isn't making things any easier.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 44 |
1 files changed, 28 insertions, 16 deletions
@@ -1,32 +1,44 @@ +*.a *.adb *.asm -*.lst -*.ihx -*.rel -*.sym -*.rst *.cdb +*.ihx *.lnk +*.lst *.map *.mem -telemetrum -teleterra -tidongle -teledongle +*.o +*.rel +*.rst +*.sym +.deps +aclocal.m4 ao_flight_test +ao-teledongle.h ao-telemetrum.h ao-teleterra.h -ao-teledongle.h ao-tidongle.h -Makefile.in -aclocal.m4 -.deps +aoload/aoload +ccdump/ccdump +ccmanual/ccmanual +aoview/Makefile +aoview/aoview autom4te.cache config.* +config.h +config.h.in +config.h.in~ +config.log +config.status +configure depcomp install-sh +Makefile +Makefile.in missing stamp-h1 -configure -Makefile -aoview/Makefile +tags +teledongle +telemetrum +teleterra +tidongle |