VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authoralt3r 3go <alt3r.3go@protonmail.com>2020-06-11 17:22:22 +0200
committerGitHub <noreply@github.com>2020-06-11 17:22:22 +0200
commit4c2be261f77577957000b53f18d9b6026296f736 (patch)
tree2119053fc46b81fec9ae816d669dade52a5f363e /.gitignore
parent753c99050290e55490431d2191d5aafa65b5287f (diff)
downloadVeraCrypt-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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
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
+