.gitignore: Don't ignore .a files.

Add the 64-bit versions of libhogweed.dll.a and libnettle.dll.a
to the repository.

NOTE: This was originally done on 2022/08/07 06:25 PM EDT, but I forgot
to commit the changes...
This commit is contained in:
David Korth 2023-11-25 09:31:53 -05:00
parent a2bcb8ac1e
commit 95d3c50b7f
3 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -18,5 +18,5 @@ CMakeFiles/
cmake_install.cmake cmake_install.cmake
git_version.h git_version.h
# Allow *.a files in the win32/ directory. # Allow *.a files for GNU Nettle.
!/win32/*/lib/*.a !/extlib/nettle.win32/lib.*/*.a

Binary file not shown.

Binary file not shown.