From 3987b922a88e0eaca97a955c2b8f9b310aa187d4 Mon Sep 17 00:00:00 2001 From: Jertzukka Date: Mon, 3 Jul 2023 00:18:58 +0300 Subject: Update .gitignore with .idea/ and blake2s build artifacts (#1145) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9473b5e5..7a526a64 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # For those using Visual Studio Code for development .vscode/ +# CLion +.idea/ + # VC Linux build artifacts *.o *.o0 @@ -11,6 +14,8 @@ *.txt.h *.h.gch src/Main/veracrypt +*.osse41 +*.ossse3 # VC macOS build artifacts src/Main/VeraCrypt -- cgit v1.2.3