Add additional files and folders to .gitignore

Several additional file and folder types are added to .gitignore:

 - VSCode directory for for user and workspace settings.

 - *.orig files created by Git on merge conflicts.

 - Some artifacts related to the test procedure.
This commit is contained in:
Ivan Bobev 2019-07-27 21:39:38 +03:00 committed by Dominik Picheta
commit 871e5c65d1

9
.gitignore vendored
View file

@ -29,3 +29,12 @@ tests/testCommand/testsFail/tests/t2
*.ilk
*.pdb
# Editors and IDEs project files and folders
.vscode
# VCS artifacts
*.orig
# Test procedure artifacts
tests/nimble-test/
nimble_*.nims