[coreboot-gerrit] New patch to review for coreboot: .gitignore: Ignore Python object files

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Jul 27 22:11:41 CEST 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15923

-gerrit

commit 948013db7641d6e6194c9ae416b45f432c72b7b5
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Jul 27 13:10:08 2016 -0700

    .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 at coreboot.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2061f00..b03736a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,7 @@ site-local
 *.elf
 *.o
 *.out
+*.pyc
 *.swp
 
 # Development friendly files



More information about the coreboot-gerrit mailing list