Edit

kc3-lang/libressl/crypto/compat/.gitignore

Branch :

  • Show log

    Commit

  • Author : Brent Cook
    Date : 2025-05-18 20:45:36
    Hash : 15bc02ad
    Message : 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

  • crypto/compat/.gitignore
  • 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