From 871e5c65d19eb3b5f69dca136edd92a2dfab1586 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Sat, 27 Jul 2019 21:39:38 +0300 Subject: [PATCH] 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. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 76ef2d8..5c629ae 100644 --- a/.gitignore +++ b/.gitignore @@ -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