From 493a44857629af3e4f9616d8938b260ae5557782 Mon Sep 17 00:00:00 2001 From: Indra Kurniawan Date: Fri, 18 Oct 2019 16:03:56 +0700 Subject: Fix typo on .gitattributes I forgot to put `export-ignore` statement. --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 471dff1e8..a4296d591 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,4 +20,6 @@ tests/travis/ export-ignore # User Guide Source Files user_guide_src -user_guide + +# User Guide Compiled Files +user_guide export-ignore -- cgit v1.2.3-24-g4f1b