From: George Joseph Date: Wed, 15 Apr 2015 21:08:09 +0000 (-0600) Subject: More .gitignore updates X-Git-Tag: 11.18.0-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9891666bffb2cbe492b8f97b0ffcb899e60a099;p=thirdparty%2Fasterisk.git More .gitignore updates Added .pyc and .sha1 to the top-level .gitignore. Change-Id: I7dfc4f554d54d22947b38140d3305007503cc16a Tested-by: George Joseph --- 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