mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
d04afd62d6
Redis gitignore was too aggressive since simply broken. Jemalloc gitignore was too agressive because it is conceived to just keep the files that allow to generate all the rest in development environments (so for instance the "configure" file is excluded).
21 lines
373 B
Plaintext
21 lines
373 B
Plaintext
/autom4te.cache/
|
|
/config.stamp
|
|
/config.log
|
|
/config.status
|
|
/doc/html.xsl
|
|
/doc/manpages.xsl
|
|
/doc/jemalloc.xml
|
|
/lib/
|
|
/Makefile
|
|
/include/jemalloc/internal/jemalloc_internal\.h
|
|
/include/jemalloc/internal/size_classes\.h
|
|
/include/jemalloc/jemalloc\.h
|
|
/include/jemalloc/jemalloc_defs\.h
|
|
/src/*.[od]
|
|
/test/*.[od]
|
|
/test/*.out
|
|
/test/[a-zA-Z_]*
|
|
!test/*.c
|
|
!test/*.exp
|
|
/bin/jemalloc.sh
|