Annotation of embedaddon/rsync/.gitignore, revision 1.1.1.3

1.1       misho       1: *.[oa]
                      2: *~
                      3: dummy
                      4: ID
                      5: Makefile
                      6: Makefile.old
                      7: configure.sh
                      8: configure.sh.old
                      9: config.cache
                     10: config.h
                     11: config.h.in
                     12: config.h.in.old
                     13: config.log
                     14: config.status
1.1.1.3 ! misho      15: aclocal.m4
1.1       misho      16: /proto.h
                     17: /proto.h-tstamp
                     18: /rsync.1
                     19: /rsyncd.conf.5
                     20: /autom4te*.cache
                     21: /confdefs.h
                     22: /conftest*
                     23: /dox
                     24: /getgroups
                     25: /gmon.out
                     26: /rsync
1.1.1.2   misho      27: /rsync-ssl
                     28: /stunnel-rsync
                     29: /stunnel-rsyncd.conf
1.1       misho      30: /shconfig
                     31: /testdir
                     32: /tests-dont-exist
                     33: /testtmp
                     34: /tls
1.1.1.2   misho      35: /testrun
1.1       misho      36: /trimslash
                     37: /t_unsafe
                     38: /wildtest
                     39: /getfsdev
                     40: /rounding.h
                     41: /doc/rsync.pdf
                     42: /doc/rsync.ps
                     43: /support/savetransfer
                     44: /testsuite/chown-fake.test
                     45: /testsuite/devices-fake.test
                     46: /testsuite/xattrs-hlink.test
                     47: /patches
1.1.1.3 ! misho      48: .deps

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