mtr/.gitignore
darless 4fc3361930 Github actions added to perform lint and compile
In the test folder, there was lint.sh, but I think flake8 is a better
tool.

Added a compile job for linux, this runs compilation as defined in
the README, runs a sample mtr and runs cmdparse.py test. Need
documentation on what other tests to run and whether to include the
testing in tox instead of running them individually.

Not adding in this PR support for cygwin or freebsd, as that will need
investigation on how to run.

Minor:
- Fixed a typo in configure.ac that used ---- vs -- for a flag option.
2023-07-12 12:48:34 -05:00

46 lines
535 B
Plaintext

# .gitignore
*.o
*.pyc
Makefile
Makefile.in
aclocal.m4
confdefs.h
config.*
configure
confinc
confmf
conftest.*
stamp-h1*
/build-aux/compile
/build-aux/depcomp
/build-aux/install-sh
/build-aux/missing
/build-aux/test-driver
/autom4te.cache/
/.deps/
/packet/.deps/
/packet/.dirstamp
/packet/testpacket.py.log
/packet/testpacket.py.trs
/test-suite.log
/ChangeLog
/INSTALL
/mtr
/mtr-packet
/mtr-packet-listen
/mtr.8
/mtr-packet.8
/test/.deps/
/test/.dirstamp
/ui/.deps/
/ui/.dirstamp
/test/*.py.log
/test/*.py.trs
/mtr-*.tar.gz
*.swp