aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-05-18 20:45:36 +0900
committerBrent Cook <busterb@gmail.com>2025-05-18 20:46:32 +0900
commit15bc02adc578c0c1f5afd1fbd9c96bbcfa388ad7 (patch)
treea23f85db2ca4de8d4950a4980a6ef769576c01d9 /crypto
parentf8fafd5e8855e42a7046f9d22c8ff06e6c7410ae (diff)
downloadportable-15bc02adc578c0c1f5afd1fbd9c96bbcfa388ad7.tar.gz
portable-15bc02adc578c0c1f5afd1fbd9c96bbcfa388ad7.tar.bz2
portable-15bc02adc578c0c1f5afd1fbd9c96bbcfa388ad7.zip
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
Diffstat (limited to 'crypto')
-rw-r--r--crypto/compat/.gitignore31
1 files changed, 31 insertions, 0 deletions
diff --git a/crypto/compat/.gitignore b/crypto/compat/.gitignore
new file mode 100644
index 0000000..7f05049
--- /dev/null
+++ b/crypto/compat/.gitignore
@@ -0,0 +1,31 @@
1arc4random.c
2arc4random_aix.h
3arc4random_freebsd.h
4arc4random_hpux.h
5arc4random_linux.h
6arc4random_netbsd.h
7arc4random_osx.h
8arc4random_solaris.h
9arc4random_uniform.c
10arc4random_win.h
11chacha_private.h
12explicit_bzero.c
13getentropy_aix.c
14getentropy_freebsd.c
15getentropy_hpux.c
16getentropy_linux.c
17getentropy_netbsd.c
18getentropy_osx.c
19getentropy_solaris.c
20getentropy_win.c
21reallocarray.c
22recallocarray.c
23strcasecmp.c
24strlcat.c
25strlcpy.c
26strndup.c
27strnlen.c
28strsep.c
29strtonum.c
30timingsafe_bcmp.c
31timingsafe_memcmp.c