From: Stefan Schmidt Date: Tue, 25 May 2010 07:29:16 +0000 (+0200) Subject: gitignore: Ignore *.pyc from oeaudit X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404e5eea98c4341bd5e565a4691d3f7cfd8147d7;p=openembedded.git gitignore: Ignore *.pyc from oeaudit --- diff --git a/.gitignore b/.gitignore index 426285bdde..1237086030 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.sw? *~ lib/oe/*.pyc +contrib/oeaudit/*.pyc