All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Peter Foley <pefoley2@pefoley.com>,
	linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org
Subject: Re: [PATCH 1/2] [PATCH] Documentation: update .gitignore files
Date: Mon, 15 Sep 2014 12:20:49 -0700	[thread overview]
Message-ID: <54173C11.8020602@infradead.org> (raw)
In-Reply-To: <1410216900-22390-1-git-send-email-pefoley2@pefoley.com>

On 09/08/14 15:54, Peter Foley wrote:
> Add some missing files to .gitignore.
> Push Documentation/.gitignore down into subdirectories.
> 
> Signed-off-by: Peter Foley <pefoley2@pefoley.com>

Applied.  Thanks.

> ---
>  Documentation/.gitignore                         | 7 -------
>  Documentation/arm/SH-Mobile/.gitignore           | 1 +
>  Documentation/filesystems/.gitignore             | 1 +
>  Documentation/laptops/.gitignore                 | 2 ++
>  Documentation/networking/.gitignore              | 0
>  Documentation/networking/timestamping/.gitignore | 1 +
>  Documentation/prctl/.gitignore                   | 3 +++
>  Documentation/ptp/.gitignore                     | 1 +
>  Documentation/timers/.gitignore                  | 1 +
>  Documentation/vDSO/.gitignore                    | 2 ++
>  Documentation/video4linux/.gitignore             | 1 -
>  11 files changed, 12 insertions(+), 8 deletions(-)
>  delete mode 100644 Documentation/.gitignore
>  create mode 100644 Documentation/arm/SH-Mobile/.gitignore
>  create mode 100644 Documentation/filesystems/.gitignore
>  create mode 100644 Documentation/laptops/.gitignore
>  delete mode 100644 Documentation/networking/.gitignore
>  create mode 100644 Documentation/prctl/.gitignore
>  create mode 100644 Documentation/ptp/.gitignore
>  create mode 100644 Documentation/timers/.gitignore
>  create mode 100644 Documentation/vDSO/.gitignore
>  delete mode 100644 Documentation/video4linux/.gitignore
> 
> diff --git a/Documentation/.gitignore b/Documentation/.gitignore
> deleted file mode 100644
> index bcd907b..0000000
> --- a/Documentation/.gitignore
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -filesystems/dnotify_test
> -laptops/dslm
> -timers/hpet_example
> -vm/hugepage-mmap
> -vm/hugepage-shm
> -vm/map_hugetlb
> -
> diff --git a/Documentation/arm/SH-Mobile/.gitignore b/Documentation/arm/SH-Mobile/.gitignore
> new file mode 100644
> index 0000000..c928dbf
> --- /dev/null
> +++ b/Documentation/arm/SH-Mobile/.gitignore
> @@ -0,0 +1 @@
> +vrl4
> diff --git a/Documentation/filesystems/.gitignore b/Documentation/filesystems/.gitignore
> new file mode 100644
> index 0000000..31d6e42
> --- /dev/null
> +++ b/Documentation/filesystems/.gitignore
> @@ -0,0 +1 @@
> +dnotify_test
> diff --git a/Documentation/laptops/.gitignore b/Documentation/laptops/.gitignore
> new file mode 100644
> index 0000000..da2bd06
> --- /dev/null
> +++ b/Documentation/laptops/.gitignore
> @@ -0,0 +1,2 @@
> +dslm
> +freefall
> diff --git a/Documentation/networking/.gitignore b/Documentation/networking/.gitignore
> deleted file mode 100644
> index e69de29..0000000
> diff --git a/Documentation/networking/timestamping/.gitignore b/Documentation/networking/timestamping/.gitignore
> index a380159..9e69e98 100644
> --- a/Documentation/networking/timestamping/.gitignore
> +++ b/Documentation/networking/timestamping/.gitignore
> @@ -1,2 +1,3 @@
>  timestamping
> +txtimestamp
>  hwtstamp_config
> diff --git a/Documentation/prctl/.gitignore b/Documentation/prctl/.gitignore
> new file mode 100644
> index 0000000..0b5c274
> --- /dev/null
> +++ b/Documentation/prctl/.gitignore
> @@ -0,0 +1,3 @@
> +disable-tsc-ctxt-sw-stress-test
> +disable-tsc-on-off-stress-test
> +disable-tsc-test
> diff --git a/Documentation/ptp/.gitignore b/Documentation/ptp/.gitignore
> new file mode 100644
> index 0000000..f562e49
> --- /dev/null
> +++ b/Documentation/ptp/.gitignore
> @@ -0,0 +1 @@
> +testptp
> diff --git a/Documentation/timers/.gitignore b/Documentation/timers/.gitignore
> new file mode 100644
> index 0000000..c5c45d7
> --- /dev/null
> +++ b/Documentation/timers/.gitignore
> @@ -0,0 +1 @@
> +hpet_example
> diff --git a/Documentation/vDSO/.gitignore b/Documentation/vDSO/.gitignore
> new file mode 100644
> index 0000000..133bf9e
> --- /dev/null
> +++ b/Documentation/vDSO/.gitignore
> @@ -0,0 +1,2 @@
> +vdso_test
> +vdso_standalone_test_x86
> diff --git a/Documentation/video4linux/.gitignore b/Documentation/video4linux/.gitignore
> deleted file mode 100644
> index 9527039..0000000
> --- a/Documentation/video4linux/.gitignore
> +++ /dev/null
> @@ -1 +0,0 @@
> -v4lgrab
> 


-- 
~Randy

      parent reply	other threads:[~2014-09-15 19:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-08 22:54 [PATCH 1/2] [PATCH] Documentation: update .gitignore files Peter Foley
2014-09-08 22:55 ` [PATCH 2/2] [PATCH] Documentation: update vDSO makefile to build portable examples Peter Foley
2014-09-15 19:20   ` Randy Dunlap
2014-09-15 19:20 ` Randy Dunlap [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54173C11.8020602@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pefoley2@pefoley.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.