blob: b7f492b5db86a3bf4bca8986a2ad2ed3376722ce [file] [log] [blame]
William A. Kennington III4460f262018-11-02 17:20:52 -07001# Test suite logs
2*.log
3
4# Code Coverage
5*.gcda
6*.gcno
7*.trs
8*-coverage*
9
10# CC / CXX Compiler
11*.ii
12*.i
13*.o
14*.s
15
16# Libtool
17*.la
18*.lo
19
20# Autotools
21.deps
22.dirstamp
23.libs
24/aclocal.m4
25/autom4te.cache
26/build-aux
27/confdefs.h
28/config.h
29/config.h.in
30/config.h.in~
31/config.log
32/config.status
33/configure
34/m4
35/libtool
36Makefile
37Makefile.in
38/stamp-h1
39
40# Custom generated files
41/src/stdplus.pc
42
43# Output binaries
William A. Kennington IIIe847ef82018-11-02 17:29:15 -070044/test/handle/copyable
William A. Kennington III7a5e2322018-11-02 17:28:35 -070045/test/handle/managed
William A. Kennington III9c97d2c2018-11-02 17:25:36 -070046/test/signal
William A. Kennington IIIbff0b0f2018-11-16 19:56:10 -080047/test/util/cexec