Annotation of embedaddon/mtr/.gitignore, revision 1.1.1.2

1.1       misho       1: # .gitignore
                      2: *.o
1.1.1.2 ! misho       3: *.pyc
1.1       misho       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: 
1.1.1.2 ! misho      16: /build-aux/compile
        !            17: /build-aux/depcomp
        !            18: /build-aux/install-sh
        !            19: /build-aux/missing
        !            20: /build-aux/test-driver
        !            21: 
1.1       misho      22: /autom4te.cache/
                     23: /.deps/
1.1.1.2 ! misho      24: /packet/.deps/
        !            25: /packet/.dirstamp
        !            26: /packet/testpacket.py.log
        !            27: /packet/testpacket.py.trs
        !            28: /test-suite.log
1.1       misho      29: /ChangeLog
                     30: /INSTALL
                     31: /mtr
1.1.1.2 ! misho      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
1.1       misho      43: 
1.1.1.2 ! misho      44: /mtr-*.tar.gz

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