Skip to content

Instantly share code, notes, and snippets.

@georgeguimaraes
Created July 13, 2009 19:18
Show Gist options
  • Save georgeguimaraes/146377 to your computer and use it in GitHub Desktop.
Save georgeguimaraes/146377 to your computer and use it in GitHub Desktop.
find . \( -type d -empty \) -and \( -not -regex ./\.git.* \) -exec
touch {}/.gitignore \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment