From ee5c65e7c20d8d4e6e1e0adbfefbdbe147361c7f Mon Sep 17 00:00:00 2001 From: Allen Martin Date: Thu, 8 Oct 2015 14:44:56 -0700 Subject: Add generated files to .gitignore 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 Signed-off-by: Stephen Warren --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 6293a67..b879c34 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 -- cgit v1.2.1