From 4c2be261f77577957000b53f18d9b6026296f736 Mon Sep 17 00:00:00 2001 From: alt3r 3go Date: Thu, 11 Jun 2020 17:22:22 +0200 Subject: Add .gitignore file for easier change tracking (#604) Closes #87. Signed-off-by: alt3r 3go --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 + -- cgit v1.2.3