Add empty directory in git

create file name .gitignore in directory and add following code

# Ignore everything in this directory
*
# Except this file
!.gitignore
Tushar