* [PATCH] Ignore Edit backup files
@ 2013-11-21 8:21 Ulf Samuelsson
2013-11-24 14:12 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2013-11-21 8:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5236e1e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*~
+
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Ignore Edit backup files
2013-11-21 8:21 [PATCH] Ignore Edit backup files Ulf Samuelsson
@ 2013-11-24 14:12 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2013-11-24 14:12 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
On Thu, Nov 21, 2013 at 09:21:26AM +0100, Ulf Samuelsson wrote:
> Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
> ---
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 .gitignore
>
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 0000000..5236e1e
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,2 @@
> +*~
> +
I'll add few more to match with oe-core
/*.patch
*.swp
*.orig
*.rej
*~
> --
> 1.7.9.5
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-24 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 8:21 [PATCH] Ignore Edit backup files Ulf Samuelsson
2013-11-24 14:12 ` Martin Jansa
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.