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 d753b1db..a3a22a15 100644 --- a/.gitattributes +++ b/.gitattributes | |||
@@ -23,7 +23,9 @@ Dockerfile text | |||
23 | .travis.yml export-ignore | 23 | .travis.yml export-ignore |
24 | doc/**/*.json export-ignore | 24 | doc/**/*.json export-ignore |
25 | doc/**/*.md export-ignore | 25 | doc/**/*.md export-ignore |
26 | docker/ export-ignore | 26 | .docker/ export-ignore |
27 | .dockerignore export-ignore | ||
28 | Dockerfile export-ignore | ||
27 | Doxyfile export-ignore | 29 | Doxyfile export-ignore |
28 | Makefile export-ignore | 30 | Makefile export-ignore |
29 | phpunit.xml export-ignore | 31 | phpunit.xml export-ignore |