ACK: [PATCH] fwts: Update .gitignore files
Alex Hung
alex.hung at canonical.com
Mon Jul 11 02:50:34 UTC 2016
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 at 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 at canonical.com>
More information about the fwts-devel
mailing list