diff options
-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 |