Branch
Hash :
15bc02ad
Author :
Date :
2025-05-18T20:45:36
fix gitignore brokenness in crypto /crypto/* masks too much and breaks the exclusion function. The docs for gitignore state that if a parent directory is ignored, negating a pattern with a ! prefix has no effect since it is not possible to reinclude a file if the parent director is excluded. https://git-scm.com/docs/gitignore This just is more explicit, which catches files added out of tree more readily. Also delete the long-removed libtls-standalone references
arc4random.c
arc4random_aix.h
arc4random_freebsd.h
arc4random_hpux.h
arc4random_linux.h
arc4random_netbsd.h
arc4random_osx.h
arc4random_solaris.h
arc4random_uniform.c
arc4random_win.h
chacha_private.h
explicit_bzero.c
getentropy_aix.c
getentropy_freebsd.c
getentropy_hpux.c
getentropy_linux.c
getentropy_netbsd.c
getentropy_osx.c
getentropy_solaris.c
getentropy_win.c
reallocarray.c
recallocarray.c
strcasecmp.c
strlcat.c
strlcpy.c
strndup.c
strnlen.c
strsep.c
strtonum.c
timingsafe_bcmp.c
timingsafe_memcmp.c