1 /*.gcov.* 2 3 /autom4te.cache/ 4 5 /bin/jemalloc.sh 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 /lib/ 19 20 /Makefile 21 22 /src/*.[od] 23 /src/*.gcda 24 /src/*.gcno 25 26 /test/test.sh 27 28 /test/integration/[A-Za-z]* 29 !/test/integration/[A-Za-z]*.* 30 /test/integration/*.[od] 31 /test/integration/*.gcda 32 /test/integration/*.gcno 33 /test/integration/*.out 34 35 /test/src/*.[od] 36 /test/src/*.gcda 37 /test/src/*.gcno 38 39 /test/stress/[A-Za-z]* 40 !/test/stress/[A-Za-z]*.* 41 /test/stress/*.[od] 42 /test/stress/*.gcda 43 /test/stress/*.gcno 44 /test/stress/*.out 45 46 /test/unit/[A-Za-z]* 47 !/test/unit/[A-Za-z]*.* 48 /test/unit/*.[od] 49 /test/unit/*.gcda 50 /test/unit/*.gcno 51 /test/unit/*.out 52 53 /VERSION 54