Add generated and temporary files to .gitignore rules to prevent them from cluttering up git status or being accidently committed. Signed-off-by: Allen Martin <amartin@xxxxxxxxxx> --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 6293a671b432..b879c34bd28c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,21 @@ bct_dump cbootimage .*.swp *.o +*~ + +.deps +.dirstamp +Makefile +Makefile.in +/aclocal.m4 +/autom4te.cache/ +/compile +/config.h +/config.h.in +/config.log +/config.status +/configure +/depcomp +/install-sh +/missing +/stamp-h1 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html