diff options
Diffstat (limited to '.gitignore')
-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 + |