From: George Joseph Date: Wed, 15 Apr 2015 21:08:09 +0000 (-0600) Subject: More .gitignore updates X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad5db7e6981f80f85154e97dea9e7bfa12342e6;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