Brian O'Connor

Adding */docs/* to onos-build-selective.exclude

fixes ONOS-1779

Change-Id: I8dbb8d05fa5d529a9fc4dedf806968e1ae1256d5
1 .*/archetypes/.* 1 .*/archetypes/.*
2 .*/maven-plugin/.* 2 .*/maven-plugin/.*
3 -.*/build/conf/.*
...\ No newline at end of file ...\ No newline at end of file
3 +.*/build/conf/.*
4 +.*/docs/.*
......