linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] update .gitignore
@ 2008-08-12 22:01 Karel Zak
  2008-08-13 10:03 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Karel Zak @ 2008-08-12 22:01 UTC (permalink / raw)
  To: linux-hotplug

* add *~ editor backup files
* add .7 and .8 man pages (generated by xsltproc)
* remove duplicate .deps/ and *.o

Signed-off-by: Karel Zak <kzak@redhat.com>
---
 .gitignore      |    2 ++
 udev/.gitignore |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index e96d00e..604fb7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+*~
 *.o
+*.[78]
 *.lo
 *.la
 .libs/
diff --git a/udev/.gitignore b/udev/.gitignore
index 5ce11ac..f698d4e 100644
--- a/udev/.gitignore
+++ b/udev/.gitignore
@@ -1,6 +1,4 @@
-*.o
 *.a
 udevd
 udevadm
 test-udev
-.deps/
-- 
1.5.5.1


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

* Re: [PATCH] update .gitignore
  2008-08-12 22:01 [PATCH] update .gitignore Karel Zak
@ 2008-08-13 10:03 ` Kay Sievers
  0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2008-08-13 10:03 UTC (permalink / raw)
  To: linux-hotplug

On Wed, 2008-08-13 at 00:01 +0200, Karel Zak wrote:
> * add *~ editor backup files
> * add .7 and .8 man pages (generated by xsltproc)
> * remove duplicate .deps/ and *.o

I've added this by hand, the patch conflicted with local changes.

Thanks,
Kay


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

end of thread, other threads:[~2008-08-13 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-12 22:01 [PATCH] update .gitignore Karel Zak
2008-08-13 10:03 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).