Added an alias to place a .gitignore file in all empty directories recursively from current directory.

pull/2/head
bjeanes 2008-08-18 23:13:16 -07:00
parent 62e90db723
commit 42e95232d7
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ alias gac='git commit -a'
alias gps='git push origin master'
alias gpl='git pull origin master'
alias ignore_empty='find . \( -type d -empty \) -and \( -not -regex ./\.git.* \) -exec touch {}/.gitignore \;'
# Gem Doc
export GEMDIR=`gem env gemdir`
gemdoc() {