1/*.gcov.*
2
3/bin/jemalloc-config
4/bin/jemalloc.sh
5/bin/jeprof
6
7/config.stamp
8/config.log
9/config.status
10/configure
11
12/doc/html.xsl
13/doc/manpages.xsl
14/doc/jemalloc.xml
15/doc/jemalloc.html
16/doc/jemalloc.3
17
18/jemalloc.pc
19
20/lib/
21
22/Makefile
23
24/src/*.[od]
25/src/*.gcda
26/src/*.gcno
27
28/test/test.sh
29
30/test/integration/[A-Za-z]*
31!/test/integration/[A-Za-z]*.*
32/test/integration/*.[od]
33/test/integration/*.gcda
34/test/integration/*.gcno
35/test/integration/*.out
36
37/test/src/*.[od]
38/test/src/*.gcda
39/test/src/*.gcno
40
41/test/stress/[A-Za-z]*
42!/test/stress/[A-Za-z]*.*
43/test/stress/*.[od]
44/test/stress/*.gcda
45/test/stress/*.gcno
46/test/stress/*.out
47
48/test/unit/[A-Za-z]*
49!/test/unit/[A-Za-z]*.*
50/test/unit/*.[od]
51/test/unit/*.gcda
52/test/unit/*.gcno
53/test/unit/*.out
54
55/VERSION
56
57*.pdb
58*.sdf
59*.opendb
60*.opensdf
61*.cachefile
62*.suo
63*.user
64*.sln.docstates
65*.tmp
66/msvc/Win32/
67/msvc/x64/
68/msvc/projects/*/*/Debug*/
69/msvc/projects/*/*/Release*/
70/msvc/projects/*/*/Win32/
71/msvc/projects/*/*/x64/
72