From patchwork Wed Jan 20 15:44:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 4970 Return-Path: Received-SPF: Neutral (access neither permitted nor denied) identity=mailfrom; client-ip=74.125.82.45; helo=mail-wm0-f45.google.com; envelope-from=sven@open-mesh.com; receiver=b.a.t.m.a.n@lists.open-mesh.org Authentication-Results: open-mesh.org; dmarc=none header.from=open-mesh.com Authentication-Results: open-mesh.org; dkim=pass reason="2048-bit key; unprotected key" header.d=open-mesh-com.20150623.gappssmtp.com header.i=@open-mesh-com.20150623.gappssmtp.com header.b=KF9ajTLd; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by open-mesh.org (Postfix) with ESMTPS id 90F5C81BB1 for ; Wed, 20 Jan 2016 16:44:35 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id l65so184442938wmf.1 for ; Wed, 20 Jan 2016 07:44:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=l7H69yJ6XNNNHKoypYEOaoP9FJbjyM4U/JIrSGzkCns=; b=KF9ajTLdjtriq4oeqvtUvarfL2QVpb/4X0GJnPrN7P6nqfKXmQPXebWxtFbI9bM8jz /SEgAuUaUEAUrpo049MN350fwJWYslD470xtig8nwDPiwIlG97hNVbK91GcrEcwUKYwr dhwOMN/30fnEvGihYVK1TA8FFvHXAVseeEWu+djYCfMbC5WetZWZTrbQX7m+WLxgYtN3 8TasILcGxJXa/8/mr4KjU+kNWhRnvU87zDkDoSudV8+llVKSHr3/rPoqo86nDAYlw5LD g2MrI/mhrwM9MXT29FCeBwp7wi/mJzEPPzJhRfkhVq2Vvz9bTBuyD2w0FRU5/U4Sg+5e 03DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=l7H69yJ6XNNNHKoypYEOaoP9FJbjyM4U/JIrSGzkCns=; b=QMgctyVjf/hafPQAta7Wy20d8W6fxx4wiq6hhIjQ/4nDjwxS72hGRFevJnl9iWMDRL MmgGs+lELk+LgRIQ0v6GnrD11X3QB++x31WhSGqoGQ1lG9GS07TAHmNNXrjmmCgTD/DY /jbNwGRb4/AtjyabThbf9hw32mCw4HQyuypn6S8djXjP4GOTsDNAgQVxeUbqduKWNhfO PZnZnHqrRJX3LqltAXVseQHxj3h9m6iDXLDnlm5hmJmqKdYvUqiwxLdmz/Jt6Yq4Rq+/ F76KyS0w9sKlsMG2GHtLoQEcpAFfLzx8cU7eWtnoDUVg934zowTR8tZmWZJZ9VGEHJ/2 jpGA== X-Gm-Message-State: AG10YORmYNpcNd+9XoIXcSZCEXm7UEshoRbOewSDqYhDUWQ1505PoVa4zV67AvNC1oisZwHM X-Received: by 10.28.23.73 with SMTP id 70mr4568542wmx.37.1453304675247; Wed, 20 Jan 2016 07:44:35 -0800 (PST) Received: from sven-desktop.home.narfation.org (x4d05afc7.dyn.telefonica.de. [77.5.175.199]) by smtp.gmail.com with ESMTPSA id t199sm25751421wmt.23.2016.01.20.07.44.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jan 2016 07:44:34 -0800 (PST) From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Wed, 20 Jan 2016 16:44:25 +0100 Message-Id: <1453304665-30753-1-git-send-email-sven@open-mesh.com> X-Mailer: git-send-email 2.7.0.rc3 Cc: Sven Eckelmann Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: Ignore temporary files in git-status/git-add/... X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 15:44:35 -0000 Signed-off-by: Sven Eckelmann --- .gitattributes | 2 ++ .gitignore | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..eeef3e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.gitignore export-ignore +/.gitattributes export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59c6a30 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/compat-autoconf.h +/compat-autoconf.h.tmp +/net/batman-adv/.* +/net/batman-adv/batman-adv.ko +/net/batman-adv/batman-adv.mod.c +/net/batman-adv/modules.order +/net/batman-adv/Module.symvers +/net/batman-adv/*.o