diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:59:45 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 17:59:45 (EDT) |
commit | b213806a1845cd2ccfc57c1fc45072bf1aef3f71 (patch) | |
tree | 7309dc3209a8118901aadc43ff581ec32d92ec27 /tests/.gitignore | |
parent | fee801f3af1414c779a80ea327834e5f96060ebe (diff) |
tests/.gitignore: Exclude tests/src/
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index c064816..f689c44 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,3 +1,4 @@ *.log *.trs /pkg/ +/src/ |