commit | 4f45e8124df6dbac81120ca78d921d87a9b85e9e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Jun 14 12:26:18 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 16 15:33:34 2021 +0000 |
tree | db783846a85bff9bc5f1ded4ee5193af3d381cac | |
parent | 9b72678d2bd8c43f35e3f47ca0515d1f09ddb69f [diff] |
gitignore: ensure utest.cpp not ignored Couldn't see test/utest.cpp in my Atom IDE. It doesn't show things that match in the .gitignore file. Update the .gitignore to be specific on what to ignore with the unit tests. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ifbbabdadad9252ac1596194129a6f76a3d6a36ab
diff --git a/.gitignore b/.gitignore index 7168564..d32cfcc 100644 --- a/.gitignore +++ b/.gitignore
@@ -28,4 +28,5 @@ stamp-h1 test-driver *.log -utest* +utest +utest.trs