Add more things at .gitignore files

There are some files that are produced during the build process,
but aren't ignored by git. Add them, to be sure that:
	git status
will be clean after building things.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Mauro Carvalho Chehab
2016-03-30 07:02:55 -03:00
parent 83c8589fee
commit c6b10b9f9d
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
patches/
.pc
dvb-firmwares.tar.bz2

1
linux/.gitignore vendored
View File

@@ -8,3 +8,4 @@ drivers/
firmware/
include/
sound/
mm/

3
v4l/firmware/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*.fw*
*.hex
*.inp