--- embedaddon/mtr/.gitignore 2013/07/21 23:43:42 1.1.1.1 +++ embedaddon/mtr/.gitignore 2019/10/21 14:25:31 1.1.1.2 @@ -1,5 +1,6 @@ # .gitignore *.o +*.pyc Makefile Makefile.in @@ -10,16 +11,34 @@ configure confinc confmf conftest.* -depcomp -install-sh -missing 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 -/version.h -/version.h.tmp +/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