Could you please give me an example of using the tree command to filter out result as follows:
- to ignore directories (say bin,unitTest)
- only listing certain files having extensions (say .cpp,.c,.hpp,.h)
- providing full path-names of only the resultant files matching the criteria.

