rvthtool/.gitignore
David Korth 95d3c50b7f .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...
2023-11-25 09:31:53 -05:00

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