All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/power/acpi: Add .gitignore file
@ 2017-02-19 21:57 Prarit Bhargava
  2017-02-27 21:57 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Prarit Bhargava @ 2017-02-19 21:57 UTC (permalink / raw)
  To: linux-acpi
  Cc: Prarit Bhargava, Robert Moore, Lv Zheng, Rafael J. Wysocki,
	Len Brown, devel

Add a .gitignore file so that git commands do not pick up the resulting
binaries and directories.

Cc: Robert Moore <robert.moore@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Cc: Len Brown <lenb@kernel.org>
Cc: devel@acpica.org
---
 tools/power/acpi/.gitignore |    4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 tools/power/acpi/.gitignore

diff --git a/tools/power/acpi/.gitignore b/tools/power/acpi/.gitignore
new file mode 100644
index 000000000000..cba3d994995c
--- /dev/null
+++ b/tools/power/acpi/.gitignore
@@ -0,0 +1,4 @@
+acpidbg
+acpidump
+ec
+include
-- 
1.7.9.3


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

* Re: [PATCH] tools/power/acpi: Add .gitignore file
  2017-02-19 21:57 [PATCH] tools/power/acpi: Add .gitignore file Prarit Bhargava
@ 2017-02-27 21:57 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2017-02-27 21:57 UTC (permalink / raw)
  To: Prarit Bhargava
  Cc: ACPI Devel Maling List, Robert Moore, Lv Zheng,
	Rafael J. Wysocki, Len Brown, devel

On Sun, Feb 19, 2017 at 10:57 PM, Prarit Bhargava <prarit@redhat.com> wrote:
> Add a .gitignore file so that git commands do not pick up the resulting
> binaries and directories.
>
> Cc: Robert Moore <robert.moore@intel.com>
> Cc: Lv Zheng <lv.zheng@intel.com>
> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
> Cc: Len Brown <lenb@kernel.org>
> Cc: devel@acpica.org

Missing sign-off.

> ---
>  tools/power/acpi/.gitignore |    4 ++++
>  1 file changed, 4 insertions(+)
>  create mode 100644 tools/power/acpi/.gitignore
>
> diff --git a/tools/power/acpi/.gitignore b/tools/power/acpi/.gitignore
> new file mode 100644
> index 000000000000..cba3d994995c
> --- /dev/null
> +++ b/tools/power/acpi/.gitignore
> @@ -0,0 +1,4 @@
> +acpidbg
> +acpidump
> +ec
> +include
> --
> 1.7.9.3

Thanks,
Rafael

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

end of thread, other threads:[~2017-02-27 22:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19 21:57 [PATCH] tools/power/acpi: Add .gitignore file Prarit Bhargava
2017-02-27 21:57 ` Rafael J. Wysocki

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.