File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / .gitignore
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 14:25:31 2019 UTC (4 years, 7 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_95, v0_94, v0_92, HEAD
mtr ver 0.92

    1: # .gitignore
    2: *.o
    3: *.pyc
    4: 
    5: Makefile
    6: Makefile.in
    7: aclocal.m4
    8: confdefs.h
    9: config.*
   10: configure
   11: confinc
   12: confmf
   13: conftest.*
   14: stamp-h1*
   15: 
   16: /build-aux/compile
   17: /build-aux/depcomp
   18: /build-aux/install-sh
   19: /build-aux/missing
   20: /build-aux/test-driver
   21: 
   22: /autom4te.cache/
   23: /.deps/
   24: /packet/.deps/
   25: /packet/.dirstamp
   26: /packet/testpacket.py.log
   27: /packet/testpacket.py.trs
   28: /test-suite.log
   29: /ChangeLog
   30: /INSTALL
   31: /mtr
   32: /mtr-packet
   33: /mtr-packet-listen
   34: /mtr.8
   35: /mtr-packet.8
   36: /test/.deps/
   37: /test/.dirstamp
   38: /ui/.deps/
   39: /ui/.dirstamp
   40: 
   41: /test/*.py.log
   42: /test/*.py.trs
   43: 
   44: /mtr-*.tar.gz

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