diff options
author | Felix Lange <fjl@twurst.com> | 2015-04-29 07:27:47 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-04-29 08:13:37 +0800 |
commit | aa03e53ca8d55e74e562f5f56d90e4fd2579fb4e (patch) | |
tree | f9aa18e2bc9b27d26767d4a6bbb33426b4c67bc5 /.gitignore | |
parent | c6b983e449ec97d902f263cd693cf615b790542a (diff) | |
download | dexon-aa03e53ca8d55e74e562f5f56d90e4fd2579fb4e.tar.gz dexon-aa03e53ca8d55e74e562f5f56d90e4fd2579fb4e.tar.zst dexon-aa03e53ca8d55e74e562f5f56d90e4fd2579fb4e.zip |
Use Makefile for Travis tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a90cb225b..241c26a55 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,7 @@ deploy/osx/Mist\ Installer.dmg /build/_workspace/ /build/bin/ +# travis +profile.tmp +profile.cov + |