What command would you use to stage changes to the index strictly for properties files in the current directory?
git add *.properties
git add %.properties
git add properties
git add .properties