I like to copy development files (ie a git repo) from my local machine to my android using adb push (I still couldn't find a reliable git client application on android).
However, I also need to ignore certain directories (think of the directories that are typically ignored by git and placed in .gitignore).. such as the build folder in a java project.
How do I make an adb push command that ignores a certain directory but copies everything else?