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 /.gitignore | |
parent | 702f086745d19e51657502de7a94d39690be55f7 (diff) | |
download | dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.gz dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.bz2 dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.lz dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.xz dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.tar.zst dexon-3d5d607ecde57c6fb0ad550d1c97d8ae80039c56.zip |
misc: ignore files in test
Diffstat (limited to '.gitignore')
-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 |