From 0908ec45647b6fde8b1eb14afaa19c8ba0c297ad Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 18 Apr 2007 09:09:01 +0000 Subject: [PATCH] set mime-types and remove line ending properties from address book example dbf files, fixes bug #8645 git-svn-id: trunk@10966 - --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 0988dec38d..bccfcc6270 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1049,10 +1049,10 @@ examples/address_book/addrbook.res svneol=native#unset examples/address_book/frmmain.lfm svneol=native#text/plain examples/address_book/frmmain.lrs svneol=native#text/pascal examples/address_book/frmmain.pas svneol=native#text/pascal -examples/address_book/mybook.dbf svneol=native#unset -examples/address_book/mybook.mdx svneol=native#unset -examples/address_book/mybook2.dbf svneol=native#unset -examples/address_book/mybook2.mdx svneol=native#unset +examples/address_book/mybook.dbf -text svneol=unset#application/x-dbf +examples/address_book/mybook.mdx -text svneol=unset#application/x-mdx +examples/address_book/mybook2.dbf -text svneol=unset#application/x-dbf +examples/address_book/mybook2.mdx -text svneol=unset#application/x-mdx examples/anchordocking/dockform1unit.lfm svneol=native#text/plain examples/anchordocking/dockform1unit.lrs svneol=native#text/plain examples/anchordocking/dockform1unit.pas svneol=native#text/plain