gitignore: ignore files generated by the Visual C++ compiler.

Francois Gouget fgouget at free.fr
Thu Jan 24 19:15:11 CST 2008


On Thu, 24 Jan 2008, Reece Dunn wrote:
[...]
> and when everything is ok:
> 
>     git add . && git status
>     git commit -m "user32: fixed edit for <insert Windows OS version here>."
> 
> which won't work in this case, as the files that cl generates will be
> added into the local repository.

Then just specify which files to commit. Should be easy as when working 
on tests there's usually few modified files.

   git commit -m "user32: fixed edit for xxx" dlls/user32/tests/xxx.c

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
  Good judgment comes from experience, and experience comes from bad judgment
                               -- Barry LePatner



More information about the wine-devel mailing list