mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: .gitignore: Ignore Python object files
Ignore .pyc files, such as util/ipqheader/mbn_tools.pyc BUG=None BRANCH=None TEST=None Change-Id: I5e26dc444a8f72e1591e96d5b0835644dc2d4e3d 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> Reviewed-on: https://chromium-review.googlesource.com/366297 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
777f78a3f0
commit
efd6959de2
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -53,6 +53,7 @@ site-local
|
||||||
*.elf
|
*.elf
|
||||||
*.o
|
*.o
|
||||||
*.out
|
*.out
|
||||||
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
# Development friendly files
|
# Development friendly files
|
||||||
|
|
Loading…
Add table
Reference in a new issue