[PATCH] add include/linux/utsrelease.h to .gitignore

From: ricknu-0
Date: Wed Jul 12 2006 - 15:25:23 EST


include/linux/utsrelease.h is created by Makefile and should be ignored by "git
status".

Signed-off-by: Richard Knutsson <ricknu-0@xxxxxxxxxxxxxx>

---

diff --git a/.gitignore b/.gitignore
index 27fd376..2ed86cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
+include/linux/utsrelease.h
include/linux/version.h

# stgit generated dirs

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/