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 <amartin@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Allen Martin 2015-10-08 14:44:56 -07:00 committed by Stephen Warren
parent cf84e7ea18
commit ee5c65e7c2
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored
View File

@ -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