DOC: Address issue where documentation is excluded due to a gitignore rule.

This commit is contained in:
Andrew Latham 2014-10-07 07:45:54 -05:00 committed by Willy Tarreau
parent 51639696e0
commit fbc4e77321

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ src/*.o
*.log* *.log*
*.trace* *.trace*
haproxy-* haproxy-*
!doc/haproxy-*.txt
!src/*.c !src/*.c
make-* make-*
dlmalloc.c dlmalloc.c