diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-23 19:13:06 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-23 19:13:06 +0800 |
commit | 456167aca0b795c625d6718ef8a06fe5fcb00c2e (patch) | |
tree | 14508de13d68c845f8d5965da88f0235ac42577d /.gitignore | |
parent | c67cdab22162792f40cb366cbf12960c306aa835 (diff) | |
download | go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar.gz go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar.bz2 go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar.lz go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar.xz go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.tar.zst go-tangerine-456167aca0b795c625d6718ef8a06fe5fcb00c2e.zip |
fix gitignore to ignore executables
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f816a06a1..de3a847ac 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ *un~ .DS_Store */**/.DS_Store -./ethereum/ethereum +ethereum/ethereum +ethereal/ethereal |