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.
Signed-off-by: Viresh Kumar <viresh.ku...@linaro.org> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 60ed30d..bfe1993 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.so *~ *,cover +*.patch .#* .*.cmd .*.swp -- 1.7.12.rc2.18.g61b472e _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev