diff options
author | Indra Kurniawan <indrakaw@teknik.io> | 2019-10-18 11:03:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 11:03:56 +0200 |
commit | 493a44857629af3e4f9616d8938b260ae5557782 (patch) | |
tree | 7aadeee5d081f8bac9aec0f5b228328c0ec28226 /.gitattributes | |
parent | 9369f565f86404ecfb2fba4b306e1bb32e873384 (diff) |
Fix typo on .gitattributes
I forgot to put `export-ignore` statement.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 3 insertions, 1 deletions
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 |