diff options
Diffstat (limited to 'deploy/.gitignore')
-rw-r--r-- | deploy/.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deploy/.gitignore b/deploy/.gitignore new file mode 100644 index 000000000..ea796b7cb --- /dev/null +++ b/deploy/.gitignore @@ -0,0 +1,16 @@ +# 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 +ethereum/ethereum +ethereal/ethereal +osx/Mist.app +osx/__MACOSX +osx/Mist.dmg |