From c9891666bffb2cbe492b8f97b0ffcb899e60a099 Mon Sep 17 00:00:00 2001 From: George Joseph <george.joseph@fairview5.com> Date: Wed, 15 Apr 2015 15:08:09 -0600 Subject: [PATCH] More .gitignore updates Added .pyc and .sha1 to the top-level .gitignore. Change-Id: I7dfc4f554d54d22947b38140d3305007503cc16a Tested-by: George Joseph <george.joseph@fairview5.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 881e30629c..30fb93f299 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ config.status defaults.h makeopts.embed_rules menuselect-tree +*.sha1 +*.pyc -- GitLab