In that case you may as well use "git commit -a" which essentially does "git add *" for you.
"git add -p" makes you and lets you confirm each individual change hunk before staging it. This also means you can add only some changes within a file and leave other changes for a later commit.