From 8b5d5fc8f099fc6ec37b9ecf8337ac541c0fc026 Mon Sep 17 00:00:00 2001 From: jpbauer Date: Thu, 18 Feb 2010 13:20:39 +0200 Subject: [PATCH] Added gitattributes and export-ignore files --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4a76dc1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +.cvsignore export-ignore +docs/phpdoc/.empty export-ignore +thirdparty/simpletest/simpletest/docs/fr/server_stubs_documentation.html export-ignore +thirdparty/simpletest/simpletest/test/support/collector/collectable.2 export-ignore +thirdparty/simpletest/simpletest/test/support/collector/collectable.1 export-ignore +templates/ktcore/forms/widgets/info.smarty export-ignore +tests/util/ktutil/dataset1/a export-ignore +tests/util/ktutil/dataset1/f export-ignore +tests/util/ktutil/dataset1/y export-ignore +tests/util/ktutil/dataset1/b/q export-ignore +tests/util/ktutil/dataset1/b/t export-ignore +tests/util/ktutil/dataset1/b/w export-ignore -- libgit2 0.21.4