[U-Boot-Users] [PATCH] Add .gitignore files

Timur Tabi timur at freescale.com
Tue Feb 27 15:56:32 CET 2007


Stefan Roese wrote:
> With git-update-index all new files are added to the index 
> automatically (without parameters), right?

No.  You have to manually specify all file names with git-update-index. 
  Fortunately, there's a shortcut:

git-update-index `git-diff-index --name-only -p HEAD`




More information about the U-Boot mailing list