Diff for /embedaddon/mtr/.gitignore between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/21 23:43:42 version 1.1.1.2, 2019/10/21 14:25:31
Line 1 Line 1
 # .gitignore  # .gitignore
 *.o  *.o
   *.pyc
   
 Makefile  Makefile
 Makefile.in  Makefile.in
Line 10  configure Line 11  configure
 confinc  confinc
 confmf  confmf
 conftest.*  conftest.*
 depcomp  
 install-sh  
 missing  
 stamp-h1*  stamp-h1*
   
   /build-aux/compile
   /build-aux/depcomp
   /build-aux/install-sh
   /build-aux/missing
   /build-aux/test-driver
   
 /autom4te.cache/  /autom4te.cache/
 /.deps/  /.deps/
   /packet/.deps/
   /packet/.dirstamp
   /packet/testpacket.py.log
   /packet/testpacket.py.trs
   /test-suite.log
 /ChangeLog  /ChangeLog
 /INSTALL  /INSTALL
 /mtr  /mtr
/version.h/mtr-packet
/version.h.tmp/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

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>