All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batctl: Ignore temporary files in git-status/git-add/...
@ 2016-01-20 15:43 Sven Eckelmann
  2016-01-30  4:19 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2016-01-20 15:43 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Sven Eckelmann

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
---
 .gitattributes | 2 ++
 .gitignore     | 3 +++
 2 files changed, 5 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..8f1d328
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/*.d
+/*.o
+/batctl
-- 
2.7.0.rc3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batctl: Ignore temporary files in git-status/git-add/...
  2016-01-20 15:43 [B.A.T.M.A.N.] [PATCH] batctl: Ignore temporary files in git-status/git-add/ Sven Eckelmann
@ 2016-01-30  4:19 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2016-01-30  4:19 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Sven Eckelmann

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

On Wednesday, January 20, 2016 16:43:57 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
> ---
>  .gitattributes | 2 ++
>  .gitignore     | 3 +++
>  2 files changed, 5 insertions(+)
>  create mode 100644 .gitattributes
>  create mode 100644 .gitignore

Applied in revision 7a3d563.

Thanks,
Marek

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-30  4:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 15:43 [B.A.T.M.A.N.] [PATCH] batctl: Ignore temporary files in git-status/git-add/ Sven Eckelmann
2016-01-30  4:19 ` Marek Lindner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.