mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Add .gitignore file for easier change tracking (#604)
Closes #87. Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# For those using Visual Studio Code for development
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# VC Linux build artifacts
|
||||||
|
*.o
|
||||||
|
*.o0
|
||||||
|
*.d
|
||||||
|
*.a
|
||||||
|
*.bmp.h
|
||||||
|
*.xml.h
|
||||||
|
*.txt.h
|
||||||
|
*.h.gch
|
||||||
|
src/Main/veracrypt
|
||||||
|
|
||||||
|
# wxWidgets Linux build artifacts
|
||||||
|
src/wxrelease
|
||||||
|
src/wxdebug
|
||||||
|
|
||||||
Reference in New Issue
Block a user