diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-29 19:43:38 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-04-29 19:43:38 +0800 |
commit | bac4440e1751fd3b71f8271260d1c8af236d2cec (patch) | |
tree | 7244f37c5c6120ecfb2afd996495bbb4a4810d7e /.gitignore | |
parent | 32373e3837c5fc3def8050d6de8be34946a3fd75 (diff) | |
parent | aa03e53ca8d55e74e562f5f56d90e4fd2579fb4e (diff) | |
download | go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar.gz go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar.bz2 go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar.lz go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar.xz go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.tar.zst go-tangerine-bac4440e1751fd3b71f8271260d1c8af236d2cec.zip |
Merge pull request #822 from fjl/makefile-improvements
Makefile improvements
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 + |