Skip to content

Instantly share code, notes, and snippets.

@loop
loop / .gitignore for android projects in eclipse
Created September 5, 2012 21:32
Ignoring eclipse and android files
*.pydevproject
.project
.metadata
bin/**
gen/
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
@loop
loop / hack.sh
Created May 13, 2012 09:52 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#