| author | Gary Kramlich <grim@reaperworld.com> |
| Fri Jul 02 02:57:50 2010 -0500 (22 months ago) | |
| changeset 390 | 3a38d5cf4abd |
| parent 384 | 024758feafe2 |
| child 397 | d2679801cf3a |
| permissions | -rw-r--r-- |
1 syntax: glob
2 *.a
3 *.so*
4 .*.swp
5 CMakeCache.txt
6 CMakeFiles
7 CTestTestfile.cmake
8 cmake_install.cmake
9 doc/gplate/tmpl/*.bak
10 INSTALL
11 Makefile
13 syntax: regexp
14 ^doc/gplate/.+\.stamp$
15 ^doc/gplate/gplate-un(declared|documented|used)\.txt$
16 ^doc/gplate/gplate-decl(-list)?\.txt$
17 ^doc/gplate/gplate\.(args|hierarchy|interfaces|prerequisites|signals)$
18 ^doc/gplate/(ht|x)ml$
19 ^doc/gplate/overview\.sgml$
20 ^gplate/configs/.+\.(dot|png)$
21 ^gplate\.pc$
22 ^html$
23 Testing\/
24 ^tests/gplate-tests\.xml$
25 ^tests/results.html$
26 ^tests/html/results.html$
27 ^tests/test-(util|variables)$
28 tests/test-([a-zA-Z0-9-]+)(\.exe)?$