Minor fix to make working with git nicer. Now that we're building a lib, we need to exclude it from git status output. Do the same for patches we generate or apply. Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 047925c..1924e73 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.o *.tar.gz *.d +*.patch +*.a tmp patches ChangeLog -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html