# git init
# vim .gitignore : README
# git add *
# git commit -m “All Except README”
# git status
On branch master
Untracked files:
(use "git add ..." to include in what will be committed)
.gitignore
nothing added to commit but untracked files present (use "git add" to track)