diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 51fea4174..b4f0b6cbb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,5 +18,6 @@ readme.rst tests/codeigniter/ export-ignore tests/travis/ export-ignore -# User Guide Source Files -user_guide_src +# User Guide source files and compiled files +user_guide_src export-ignore +user_guide export-ignore |