Skip to content

Commit

Permalink
.gitignore: Don't ignore .a files.
Browse files Browse the repository at this point in the history
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...
  • Loading branch information
GerbilSoft committed Nov 25, 2023
1 parent a2bcb8a commit 95d3c50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ CMakeFiles/
cmake_install.cmake
git_version.h

# Allow *.a files in the win32/ directory.
!/win32/*/lib/*.a
# Allow *.a files for GNU Nettle.
!/extlib/nettle.win32/lib.*/*.a
Binary file added extlib/nettle.win32/lib.amd64/libhogweed.dll.a
Binary file not shown.
Binary file added extlib/nettle.win32/lib.amd64/libnettle.dll.a
Binary file not shown.

0 comments on commit 95d3c50

Please sign in to comment.