diff mbox

fwts: Update .gitignore files

Message ID 1467988979-17752-1-git-send-email-prarit@redhat.com
State Accepted
Headers show

Commit Message

Prarit Bhargava July 8, 2016, 2:42 p.m. UTC
There are many files that should be ignored by commands like
"git status".  This patch updates .gitignore, adds
efi_runtime/.gitignore which specifically ignores the remnants of the
kernel module build, and adds src/acpica/.gitignore which ignores
the remnants of the acpica builds.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
---
 .gitignore             |    8 ++++++--
 efi_runtime/.gitignore |    4 ++++
 src/acpica/.gitignore  |   16 ++++++++++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)
 create mode 100644 efi_runtime/.gitignore
 create mode 100644 src/acpica/.gitignore

Comments

Colin Ian King July 8, 2016, 2:44 p.m. UTC | #1
On 08/07/16 15:42, Prarit Bhargava wrote:
> There are many files that should be ignored by commands like
> "git status".  This patch updates .gitignore, adds
> efi_runtime/.gitignore which specifically ignores the remnants of the
> kernel module build, and adds src/acpica/.gitignore which ignores
> the remnants of the acpica builds.
> 
> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> ---
>  .gitignore             |    8 ++++++--
>  efi_runtime/.gitignore |    4 ++++
>  src/acpica/.gitignore  |   16 ++++++++++++++++
>  3 files changed, 26 insertions(+), 2 deletions(-)
>  create mode 100644 efi_runtime/.gitignore
>  create mode 100644 src/acpica/.gitignore
> 
> diff --git a/.gitignore b/.gitignore
> index 58f602c4b6b5..64265aa8bd11 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,5 +1,7 @@
>  *~
> +.*
>  *.o
> +*.lo
>  *.swp
>  Makefile
>  Makefile.in
> @@ -20,9 +22,11 @@ Makefile.in
>  /ltmain.sh
>  /missing
>  /stamp-h1
> -.deps
> -.dirstamp
>  test-driver
> +results.log
>  debian/*.debhelper.log
>  debian/autoreconf.after
>  debian/autoreconf.before
> +src/fwts
> +src/lib/src/libfwts.la
> +src/utilities/kernelscan
> diff --git a/efi_runtime/.gitignore b/efi_runtime/.gitignore
> new file mode 100644
> index 000000000000..a4b501b45967
> --- /dev/null
> +++ b/efi_runtime/.gitignore
> @@ -0,0 +1,4 @@
> +Module.symvers
> +efi_runtime.ko
> +efi_runtime.mod.c
> +modules.order
> diff --git a/src/acpica/.gitignore b/src/acpica/.gitignore
> new file mode 100644
> index 000000000000..6b1f78475694
> --- /dev/null
> +++ b/src/acpica/.gitignore
> @@ -0,0 +1,16 @@
> +dscontrol_munged.c
> +libfwtsacpica.la
> +osunixxf_munged.c
> +source/compiler/aslcompiler.c
> +source/compiler/aslcompiler.output
> +source/compiler/aslcompiler.y.h
> +source/compiler/aslcompilerlex.c
> +source/compiler/dtparser.c
> +source/compiler/dtparser.output
> +source/compiler/dtparser.y.h
> +source/compiler/dtparserlex.c
> +source/compiler/libfwtsiasl.la
> +source/compiler/prparser.c
> +source/compiler/prparser.output
> +source/compiler/prparser.y.h
> +source/compiler/prparserlex.c
> 
Thanks Prarit!

Acked-by: Colin Ian King <colin.king@canonical.com>
Alex Hung July 11, 2016, 2:50 a.m. UTC | #2
On 2016-07-08 10:42 PM, Prarit Bhargava wrote:
> There are many files that should be ignored by commands like
> "git status".  This patch updates .gitignore, adds
> efi_runtime/.gitignore which specifically ignores the remnants of the
> kernel module build, and adds src/acpica/.gitignore which ignores
> the remnants of the acpica builds.
>
> Signed-off-by: Prarit Bhargava <prarit@redhat.com>
> ---
>   .gitignore             |    8 ++++++--
>   efi_runtime/.gitignore |    4 ++++
>   src/acpica/.gitignore  |   16 ++++++++++++++++
>   3 files changed, 26 insertions(+), 2 deletions(-)
>   create mode 100644 efi_runtime/.gitignore
>   create mode 100644 src/acpica/.gitignore
>
> diff --git a/.gitignore b/.gitignore
> index 58f602c4b6b5..64265aa8bd11 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,5 +1,7 @@
>   *~
> +.*
>   *.o
> +*.lo
>   *.swp
>   Makefile
>   Makefile.in
> @@ -20,9 +22,11 @@ Makefile.in
>   /ltmain.sh
>   /missing
>   /stamp-h1
> -.deps
> -.dirstamp
>   test-driver
> +results.log
>   debian/*.debhelper.log
>   debian/autoreconf.after
>   debian/autoreconf.before
> +src/fwts
> +src/lib/src/libfwts.la
> +src/utilities/kernelscan
> diff --git a/efi_runtime/.gitignore b/efi_runtime/.gitignore
> new file mode 100644
> index 000000000000..a4b501b45967
> --- /dev/null
> +++ b/efi_runtime/.gitignore
> @@ -0,0 +1,4 @@
> +Module.symvers
> +efi_runtime.ko
> +efi_runtime.mod.c
> +modules.order
> diff --git a/src/acpica/.gitignore b/src/acpica/.gitignore
> new file mode 100644
> index 000000000000..6b1f78475694
> --- /dev/null
> +++ b/src/acpica/.gitignore
> @@ -0,0 +1,16 @@
> +dscontrol_munged.c
> +libfwtsacpica.la
> +osunixxf_munged.c
> +source/compiler/aslcompiler.c
> +source/compiler/aslcompiler.output
> +source/compiler/aslcompiler.y.h
> +source/compiler/aslcompilerlex.c
> +source/compiler/dtparser.c
> +source/compiler/dtparser.output
> +source/compiler/dtparser.y.h
> +source/compiler/dtparserlex.c
> +source/compiler/libfwtsiasl.la
> +source/compiler/prparser.c
> +source/compiler/prparser.output
> +source/compiler/prparser.y.h
> +source/compiler/prparserlex.c
>


Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 58f602c4b6b5..64265aa8bd11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@ 
 *~
+.*
 *.o
+*.lo
 *.swp
 Makefile
 Makefile.in
@@ -20,9 +22,11 @@  Makefile.in
 /ltmain.sh
 /missing
 /stamp-h1
-.deps
-.dirstamp
 test-driver
+results.log
 debian/*.debhelper.log
 debian/autoreconf.after
 debian/autoreconf.before
+src/fwts
+src/lib/src/libfwts.la
+src/utilities/kernelscan
diff --git a/efi_runtime/.gitignore b/efi_runtime/.gitignore
new file mode 100644
index 000000000000..a4b501b45967
--- /dev/null
+++ b/efi_runtime/.gitignore
@@ -0,0 +1,4 @@ 
+Module.symvers
+efi_runtime.ko
+efi_runtime.mod.c
+modules.order
diff --git a/src/acpica/.gitignore b/src/acpica/.gitignore
new file mode 100644
index 000000000000..6b1f78475694
--- /dev/null
+++ b/src/acpica/.gitignore
@@ -0,0 +1,16 @@ 
+dscontrol_munged.c
+libfwtsacpica.la
+osunixxf_munged.c
+source/compiler/aslcompiler.c
+source/compiler/aslcompiler.output
+source/compiler/aslcompiler.y.h
+source/compiler/aslcompilerlex.c
+source/compiler/dtparser.c
+source/compiler/dtparser.output
+source/compiler/dtparser.y.h
+source/compiler/dtparserlex.c
+source/compiler/libfwtsiasl.la
+source/compiler/prparser.c
+source/compiler/prparser.output
+source/compiler/prparser.y.h
+source/compiler/prparserlex.c