diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-10-31 10:47:40 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:52 +0800 |
commit | 3d5d607ecde57c6fb0ad550d1c97d8ae80039c56 (patch) | |
tree | 0e9fc578e5dd56401f17c5b0242f0d7a6e9cd797 | |
parent | 702f086745d19e51657502de7a94d39690be55f7 (diff) | |
download | go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.gz go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.bz2 go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.lz go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.xz go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.zst go-tangerine-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.zip |
misc: ignore files in test
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d2472d8d..d315e44a8 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ profile.cov *.o *.d *.a + +# test +test/Dexon.* +test/*.log |