diff mbox

[iputils,1/6] start gitignore files

Message ID 1464752905-10347-1-git-send-email-vapier@gentoo.org
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Mike Frysinger June 1, 2016, 3:48 a.m. UTC
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

Comments

Hideaki Yoshifuji June 2, 2016, 2:06 a.m. UTC | #1
Hi,

Mike Frysinger wrote:
> 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
> 

files under ninfod/ as well, maybe?
Mike Frysinger June 2, 2016, 4:42 a.m. UTC | #2
On 02 Jun 2016 11:06, YOSHIFUJI Hideaki wrote:
> Mike Frysinger wrote:
> > 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
> > 
> 
> files under ninfod/ as well, maybe?

perhaps ... i've never seen this dir before.  it has generated files
committed to the git repo though which kind on conflicts with using
gitignore.

maybe merge this and then wait for someone who actually builds/tests
ninfod to submit an update ?
-mike
Hideaki Yoshifuji June 2, 2016, 8:57 a.m. UTC | #3
Hi,

Mike Frysinger wrote:
> On 02 Jun 2016 11:06, YOSHIFUJI Hideaki wrote:
>> Mike Frysinger wrote:
>>> 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
>>>
>>
>> files under ninfod/ as well, maybe?
> 
> perhaps ... i've never seen this dir before.  it has generated files
> committed to the git repo though which kind on conflicts with using
> gitignore.
> 
> maybe merge this and then wait for someone who actually builds/tests
> ninfod to submit an update ?
> -mike
> 

Okay, applied.  Thanks.
diff mbox

Patch

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