1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| # Windows test files
| [st][0-9][0-9][0-9].exe
|
| # Unix test files
| [st[0-9][0-9][0-9]
|
| # ANTLR generated files
| [st][0-9][0-9][0-9]?*.cpp
| [st][0-9][0-9][0-9]?*.hpp
| [st][0-9][0-9][0-9]*.tokens
|
| # MSVC files
| *.vcxproj
| *.vcxproj.user
| Debug/
| Release/
|
| # Eclipse CDT files
| .cproject
|
| # tests output files
| t012.lxr.output
|
|