On Mon, Sep 16, 2013 at 07:01:43PM +0530, Viresh Kumar wrote: > Patches created using git aren't part of repository and shouldn't be counted > to > mark repo as dirty. Mark an entry into .gitignore for these.
Usually we use .gitignore for files generated by configuring and building Open vSwitch. The build system doesn't generated patches, so if you tend to generate them and want Git to ignore them, then I suggest putting *.patch in your core.excludesfile file (see gitignore(5) if you don't know about that setting). _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev