diff options
author | Jertzukka <Jertzukka@gmail.com> | 2023-07-03 00:18:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-02 23:18:58 +0200 |
commit | 3987b922a88e0eaca97a955c2b8f9b310aa187d4 (patch) | |
tree | 7b7b8a33a6eceb555cafcda945bc42727a27133d | |
parent | 4956acd3aa91f99fe2ca372e626fc58ac79fd50c (diff) | |
download | VeraCrypt-3987b922a88e0eaca97a955c2b8f9b310aa187d4.tar.gz VeraCrypt-3987b922a88e0eaca97a955c2b8f9b310aa187d4.zip |
Update .gitignore with .idea/ and blake2s build artifacts (#1145)
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |