netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH [iputils] 1/5] start gitignore files
@ 2014-04-19 14:43 Mike Frysinger
  2014-04-19 14:43 ` [PATCH [iputils] 2/5] doc: fix parallel build of html/man pages Mike Frysinger
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mike Frysinger @ 2014-04-19 14:43 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki; +Cc: netdev, David Heidelberger

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 .gitignore     | 22 ++++++++++++++++++++++
 doc/.gitignore |  2 ++
 2 files changed, 24 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 doc/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..30ed00c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+*~
+*.o
+
+*.diff
+*.orig
+*.patch
+*.rej
+
+core
+.gdb_history
+.gdbinit
+
+/arping
+/clockdiff
+/ping
+/ping6
+/rarpd
+/rdisc
+/tftpd
+/tracepath
+/tracepath6
+/traceroute6
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644
index 0000000..085639f
--- /dev/null
+++ b/doc/.gitignore
@@ -0,0 +1,2 @@
+*.html
+*.8
-- 
1.9.2

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

end of thread, other threads:[~2014-04-20  3:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 14:43 [PATCH [iputils] 1/5] start gitignore files Mike Frysinger
2014-04-19 14:43 ` [PATCH [iputils] 2/5] doc: fix parallel build of html/man pages Mike Frysinger
2014-04-19 14:43 ` [PATCH [iputils] 3/5] ping6: allow disabling of openssl support Mike Frysinger
2014-04-19 14:43 ` [PATCH [iputils] 4/5] fix handling of CFLAGS Mike Frysinger
2014-04-19 18:55   ` David Heidelberger
2014-04-20  3:01     ` Mike Frysinger
2014-04-19 14:43 ` [PATCH [iputils] 5/5] tftpd: check return value of set*id calls Mike Frysinger

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).