Initial version of the dreport sample conf file

This file is dreport configuration file and is where all
dreport configuration settings are placed.

The configuration file consists of sections, led by a
[section] header and followed by name: value entries,
with continuations in the style INI format.

Change-Id: Ia3968216250e2756cd95ea605cd07ff21013af26
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/tools/dreport.d/sample.conf b/tools/dreport.d/sample.conf
new file mode 100644
index 0000000..8a0e24a
--- /dev/null
+++ b/tools/dreport.d/sample.conf
@@ -0,0 +1,10 @@
+# This file is dreport configuration file and is where all dreport
+# configuration settings are placed.
+# The configuration file consists of sections, led by a [section] header and
+# followed by name: value entries, with continuations in the style INI format.
+# name=value is also accepted.
+
+[DumpType]
+1: core
+2: user
+3: elog