git add hidden files

C++
Just use following command to add all changed files in staging area
before committing:
git add .
Source

Also in C++: