mirror of
https://github.com/GerbilSoft/rvthtool.git
synced 2025-06-18 03:25:33 -04:00

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...
23 lines
270 B
Plaintext
23 lines
270 B
Plaintext
# Filetypes.
|
|
*~
|
|
*.o
|
|
*.a
|
|
*.so
|
|
.directory
|
|
*.kate-swp
|
|
|
|
# Build directories.
|
|
/build*
|
|
|
|
# KDevelop project files.
|
|
*.kdev4
|
|
|
|
# CMake temproary files.
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
git_version.h
|
|
|
|
# Allow *.a files for GNU Nettle.
|
|
!/extlib/nettle.win32/lib.*/*.a
|