mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Update .gitignore with .idea/ and blake2s build artifacts (#1145)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,6 +1,9 @@
|
|||||||
# For those using Visual Studio Code for development
|
# For those using Visual Studio Code for development
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# CLion
|
||||||
|
.idea/
|
||||||
|
|
||||||
# VC Linux build artifacts
|
# VC Linux build artifacts
|
||||||
*.o
|
*.o
|
||||||
*.o0
|
*.o0
|
||||||
@@ -11,6 +14,8 @@
|
|||||||
*.txt.h
|
*.txt.h
|
||||||
*.h.gch
|
*.h.gch
|
||||||
src/Main/veracrypt
|
src/Main/veracrypt
|
||||||
|
*.osse41
|
||||||
|
*.ossse3
|
||||||
|
|
||||||
# VC macOS build artifacts
|
# VC macOS build artifacts
|
||||||
src/Main/VeraCrypt
|
src/Main/VeraCrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user