From 39470ca7ebb51ca27551df6ad8dc92c0f67ebcde Mon Sep 17 00:00:00 2001 From: Prarit Bhargava Date: Thu, 30 Jul 2020 19:16:17 -0400 Subject: [PATCH] gitattributes: Remove unnecesary export restrictions Both redhat/ and the makefile are publicly available. There is no reason to exclude them from tarballs, etc. Remove the export restrictions on redhat/ and the makefile. Signed-off-by: Prarit Bhargava --- .gitattributes | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f4ff2153a026..4b32eaa9571e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ -/redhat export-ignore -makefile export-ignore *.c diff=cpp *.h diff=cpp *.dtsi diff=dts