Add .gitignore file for easier change tracking (#604)

Closes #87.

Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com>
This commit is contained in:
alt3r 3go 2020-06-11 17:22:22 +02:00 committed by GitHub
parent 753c990502
commit 4c2be261f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View 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