From 9d8cc0672455d5cf34adc32c2562ffc68b92c226 Mon Sep 17 00:00:00 2001 From: Ivan Bobev Date: Thu, 8 Aug 2019 17:11:25 +0300 Subject: [PATCH] Add additional directory to .gitignore The directory "tests/buildDir/" where the build artifacts from the "compilation without warnings" unit test execution are being written is added to the .gitignore file. Related to #680 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5c629ae..3388f5f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ tests/testCommand/testsFail/tests/t2 # Test procedure artifacts tests/nimble-test/ +tests/buildDir/ nimble_*.nims