mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-27 02:04:55 +00:00
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:
committed by
Stephen Warren
parent
cf84e7ea18
commit
ee5c65e7c2
18
.gitignore
vendored
18
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user