From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E295139694 for ; Wed, 12 Apr 2017 08:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79BFB21C038; Wed, 12 Apr 2017 08:44:13 +0000 (UTC) Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44B1121C038 for ; Wed, 12 Apr 2017 08:44:13 +0000 (UTC) Received: by mail-wm0-x243.google.com with SMTP id d79so4923521wmi.2 for ; Wed, 12 Apr 2017 01:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Ezj6ig0UsCbHHfjKJ9O0osBP/OtHsjqgEgFc628RLc8=; b=jTI2fZ28bmz1mgLtiMKA49RsA83OJrDHYK2TZKNYbf2l/cKcprLVLnWFuxmPhjZg2F W1F8eIgZ82GKCmdDnqI4aXU2Zb5WNj2DF7BWNxgoTcRm/PzXNF9hIqzC4MzmMpGDTZzZ 2MrNS86Qb65ZrNT1jzJMJOE9t2vmv9xXtRlbQyQtOXvc4hxcOpKb0u0Szb6mx2Rwh5cI 5iCqORlDPwdmr10YOa+9csbTKbdoTPKCfjzunL6WevMyPhgyV5fIvQO1qXz6Ns/gYyRi Fb7kTGgJuy0+8MFwwfa7OKR7WGAu83R1z0uf8KWO2nsMiSB4kJr1xrD5n86x6+0jXJqi KtAg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Ezj6ig0UsCbHHfjKJ9O0osBP/OtHsjqgEgFc628RLc8=; b=ucxt5w4hYAzE5DyhXHJZl0reoZ7djCJX7epZXH2kw23WOrJaxQnvsR7Rqit4S6sEE5 /LYoG8ufWzpt4UzkA04n9q6awVpvfJXVDeQ0Czre4OZLImWr380vdTteSjLthmKpMRi2 CB/yXTFpZ0L0xHXDgVsSciHZWtRE8OL5q23KUMOqEdaAxoDR0oPz/dtRQHIJDhp4lExo Fd22phv561YJsBZB8s+AAJ8n1VA75mCKr2v+KcW+zq53qjiwFYJZGf/vNZ8Tgb5PGzYF Bw96cd8ltjuHo7j+N2LlJlJe5MX9wRN19a3NP2SrivW34hoHf6WKtJ3tOSeKU9CuObQh Tu0w== X-Gm-Message-State: AN3rC/5bCSmNGFa4Ag125OKcTbKwv2LbYOrHETJ44RCL3/ZrW4/hSPVq 1d9WpdCU5xvf3EsUmCA= X-Received: by 10.28.45.212 with SMTP id t203mr17607684wmt.37.1491986651892; Wed, 12 Apr 2017 01:44:11 -0700 (PDT) Received: from localhost.localdomain (ppp005055006220.access.hol.gr. [5.55.6.220]) by smtp.googlemail.com with ESMTPSA id g53sm453131wrg.22.2017.04.12.01.44.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Apr 2017 01:44:11 -0700 (PDT) From: Christos Kotsi To: gentoo-catalyst@lists.gentoo.org Cc: christo.kotsi@gmail.com Subject: [gentoo-catalyst] [PATCH 2/6] updated gitignore with patches directory Date: Wed, 12 Apr 2017 11:43:45 +0300 Message-Id: <20170412084349.2017-2-christo.kotsi@gmail.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170412084349.2017-1-christo.kotsi@gmail.com> References: <20170412084349.2017-1-christo.kotsi@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: 81f03c8a-0cca-4ff1-b7bb-5426b6e70710 X-Archives-Hash: 08e39ce5e727c2be39d26a756e9d5306 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d52b297..0fdc052 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist build files MANIFEST +patches -- 2.10.2