diff --git a/deps/jemalloc/.gitignore b/deps/jemalloc/.gitignore index 9eeb7e67faee858f4c668c3fdf237e47925b8137..32b4c424bdee4b2e267a862b0413bf0e7eb9beb5 100644 --- a/deps/jemalloc/.gitignore +++ b/deps/jemalloc/.gitignore @@ -1,15 +1,23 @@ -/Makefile +/autom4te.cache/ /config.stamp +/config.log /config.status - +/configure /doc/html.xsl -/doc/jemalloc.xml /doc/manpages.xsl - -/src/*.d -/lib - -# The following headers are generated -/include/jemalloc/*.h -/include/jemalloc/internal/jemalloc_internal.h -/test/jemalloc_test.h +/doc/jemalloc.xml +/doc/jemalloc.html +/doc/jemalloc.3 +/lib/ +/Makefile +/include/jemalloc/internal/jemalloc_internal\.h +/include/jemalloc/jemalloc\.h +/include/jemalloc/jemalloc_defs\.h +/test/jemalloc_test\.h +/src/*.[od] +/test/*.[od] +/test/*.out +/test/[a-z]* +!test/*.c +!test/*.exp +/VERSION