jemalloc gitignore updated to jemalloc 2.2.5

This commit is contained in:
antirez 2011-11-25 16:40:15 +01:00
parent 2753acf1d6
commit 86de66e32f

View File

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