tio/.gitignore
Martin Lund 8eb0e6d874 Added autodetection of available baud rates
Various platforms supports different baud rates.

To avoid adding platform specific handling generic baud rate detection
tests are introduced in the configure script. Successfully detected baud
rates are automatically enabled. This applies to both the C code and the
bash completion script.

Note:
Baud rates below 57600 are defined by POSIX-1 and supported by most
platforms so only baud rate 57600 and above are tested.
2016-05-26 08:59:18 +02:00

24 lines
312 B
Text

*.tar.xz
src/*.o
src/tio
Makefile.in
Makefile
aclocal.m4
autom4te.cache/
configure
compile
depcomp
install-sh
missing
src/Makefile.in
src/Makefile
config.log
config.status
src/.deps/
src/include/config.h
src/include/config.h.in
src/include/config.h.in~
src/include/stamp-h1
*.swp
/tio-*
/src/bash-completion/tio