diff options
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 |