You can add the subdirectory first, then ignore the containing directory:
git add Debug/Pic
git ignore Debug
This will have the side effect of not showing the addition of new files to Debug/Pic, but you can just add them manually with 'git add -f' to get around the .gitignore warning.