diff mbox

tools/power/acpi: Add .gitignore file

Message ID 1487541473-21479-1-git-send-email-prarit@redhat.com (mailing list archive)
State Changes Requested, archived
Headers show

Commit Message

Prarit Bhargava Feb. 19, 2017, 9:57 p.m. UTC
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

Comments

Rafael J. Wysocki Feb. 27, 2017, 9:57 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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