Mailing List Archive

[PATCH 1/3] Update .gitignore
Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 704d3ca0..99741c18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,8 @@ cipher/libcipher.la
compat/Makefile
compat/libcompat.la
doc/gcrypt.info
+doc/gcrypt.info-1
+doc/gcrypt.info-2
doc/stamp-vti
doc/version.texi
doc/Makefile
@@ -65,6 +67,7 @@ src/gcrypt.h
src/hmac256
src/libgcrypt-config
src/libgcrypt.la
+src/libgcrypt.pc
src/mpicalc
src/versioninfo.rc
src/*.exe
@@ -103,6 +106,8 @@ tests/t-lock
tests/t-mpi-bit
tests/t-mpi-point
tests/t-sexp
+tests/t-secmem
+tests/t-x448
tests/tsexp
tests/version
tests/*.exe
--
2.17.1


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
Re: [PATCH 1/3] Update .gitignore [ In reply to ]
Hello,

On 22.12.2019 11.15, Tianjia Zhang via Gcrypt-devel wrote:
> Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
> ---
> .gitignore | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 704d3ca0..99741c18 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -32,6 +32,8 @@ cipher/libcipher.la
> compat/Makefile
> compat/libcompat.la
> doc/gcrypt.info
> +doc/gcrypt.info-1
> +doc/gcrypt.info-2
> doc/stamp-vti
> doc/version.texi
> doc/Makefile
> @@ -65,6 +67,7 @@ src/gcrypt.h
> src/hmac256
> src/libgcrypt-config
> src/libgcrypt.la
> +src/libgcrypt.pc
> src/mpicalc
> src/versioninfo.rc
> src/*.exe
> @@ -103,6 +106,8 @@ tests/t-lock
> tests/t-mpi-bit
> tests/t-mpi-point
> tests/t-sexp
> +tests/t-secmem
> +tests/t-x448
> tests/tsexp
> tests/version
> tests/*.exe
>

Looks ok.

-Jussi


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel