From: George Joseph Date: Wed, 15 Apr 2015 21:08:09 +0000 (-0600) Subject: More .gitignore updates X-Git-Tag: 14.0.0-beta1~1062 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043c38f6de15caabfdc611f988210f2bb3a9b579;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 0636510911..c2406440c3 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ defaults.h makeopts makeopts.embed_rules menuselect-tree +*.sha1 +*.pyc