.gitignore: Ignore Python object files

Ignore .pyc files, such as util/ipqheader/mbn_tools.pyc

Change-Id: Ic539b7ac0b5263b9dc2fa37c03e79303ea92a9da
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/15923
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
This commit is contained in:
Stefan Reinauer 2016-07-27 13:10:08 -07:00 committed by Patrick Georgi
parent 64f38acc29
commit dd65ef86c3
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -53,6 +53,7 @@ site-local
*.elf
*.o
*.out
*.pyc
*.swp
# Development friendly files