From add5d80dfabcea92cae8fec52b9ffaf3ced8a5a7 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 8 Dec 2007 20:20:36 +0000 Subject: [PATCH] lazdatadict: added .txt extension to README.txt git-svn-id: trunk@13237 - --- .gitattributes | 2 +- components/datadict/{README => README.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename components/datadict/{README => README.txt} (100%) diff --git a/.gitattributes b/.gitattributes index e07178041f..ca3d26df34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -183,7 +183,7 @@ components/daemon/lazdaemon.lpk svneol=native#text/plain components/daemon/lazdaemon.pas svneol=native#text/plain components/daemon/lazdaemonapp.pp svneol=native#text/plain components/daemon/reglazdaemon.pp svneol=native#text/plain -components/datadict/README svneol=native#text/plain +components/datadict/README.txt svneol=native#text/plain components/datadict/fpcodegenerator.pp svneol=native#text/plain components/datadict/frmapplydatadict.lfm svneol=native#text/plain components/datadict/frmapplydatadict.lrs svneol=native#text/plain diff --git a/components/datadict/README b/components/datadict/README.txt similarity index 100% rename from components/datadict/README rename to components/datadict/README.txt