From 38893b530c1a26e69f1cfe5482f1f1b60e28c252 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Thu, 9 Jul 2015 14:16:28 +0200 Subject: Create a .gitattribute file to specify what files git-archive should ignore Signed-off-by: John Kacur --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0867b81 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.gitattributes export-ignore +.gitignore export-ignore +rt-tests.spec-in export-ignore +scripts export-ignore -- cgit 1.2.3-korg