grim/gplate

let cmake/ctest create the CTestTestfile.cmake files. This is done by having an enable_testing all the way up the tree to where the tests are

refs #11
syntax: glob
*.a
*.so*
.*.swp
CMakeCache.txt
CMakeFiles
cmake_install.cmake
doc/gplate/tmpl/*.bak
INSTALL
Makefile
syntax: regexp
^doc/gplate/.+\.stamp$
^doc/gplate/gplate-un(declared|documented|used)\.txt$
^doc/gplate/gplate-decl(-list)?\.txt$
^doc/gplate/gplate\.(args|hierarchy|interfaces|prerequisites|signals)$
^doc/gplate/(ht|x)ml$
^doc/gplate/overview\.sgml$
^gplate/configs/.+\.(dot|png)$
^gplate\.pc$
^html$
^Testing\/
^tests/gplate-tests\.xml$
^tests/results.html$
^tests/html/results.html$
^tests/test-(util|variables)$
tests/test-([a-zA-Z0-9-]+)(\.exe)?$