diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 188ff005d..e2aa4de95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,22 @@ -venv/ +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +/tmp +*/**/*un~ +*un~ +.DS_Store +*/**/.DS_Store +.ethtest + +#* +.#* +*# *~ -*.sw? -.vagrant/ -*.pem +.project +.settings + +cmd/ethereum/ethereum +cmd/mist/mist |