mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-01 13:52:54 +00:00
fix gitignore to ignore executables
This commit is contained in:
parent
c67cdab221
commit
456167aca0
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,5 +9,6 @@
|
||||||
*un~
|
*un~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/**/.DS_Store
|
*/**/.DS_Store
|
||||||
./ethereum/ethereum
|
ethereum/ethereum
|
||||||
|
ethereal/ethereal
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue