diff options
author | alt3r 3go <alt3r.3go@protonmail.com> | 2020-06-11 17:22:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 17:22:22 +0200 |
commit | 4c2be261f77577957000b53f18d9b6026296f736 (patch) | |
tree | 2119053fc46b81fec9ae816d669dade52a5f363e | |
parent | 753c99050290e55490431d2191d5aafa65b5287f (diff) | |
download | VeraCrypt-4c2be261f77577957000b53f18d9b6026296f736.tar.gz VeraCrypt-4c2be261f77577957000b53f18d9b6026296f736.zip |
Add .gitignore file for easier change tracking (#604)
Closes #87.
Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..9d22f88a --- /dev/null +++ b/.gitignore @@ -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 + |