diff mbox series

gitignore: update ignore list

Message ID 20200519220603.1450871-1-alex.hung@canonical.com
State Accepted
Headers show
Series gitignore: update ignore list | expand

Commit Message

Alex Hung May 19, 2020, 10:06 p.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 .gitignore | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

Comments

Colin Ian King May 19, 2020, 10:09 p.m. UTC | #1
On 19/05/2020 23:06, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  .gitignore | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index add5f0b4..332c1488 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -38,3 +38,20 @@ fwts-test/*/*.sh.log
>  fedora/fwts.spec
>  fedora/rpm
>  src/acpica/source/compiler/aslcompiler.y
> +src/libfwtsacpica/dscontrol_munged.c
> +src/libfwtsacpica/libfwtsacpica.la
> +src/libfwtsacpica/osunixxf_munged.c
> +src/libfwtsiasl/aslcompiler.c
> +src/libfwtsiasl/aslcompiler.y
> +src/libfwtsiasl/aslcompiler.y.h
> +src/libfwtsiasl/aslcompilerlex.c
> +src/libfwtsiasl/dtcompilerparser.c
> +src/libfwtsiasl/dtcompilerparser.y.h
> +src/libfwtsiasl/dtcompilerparserlex.c
> +src/libfwtsiasl/dtparser.c
> +src/libfwtsiasl/dtparser.y.h
> +src/libfwtsiasl/dtparserlex.c
> +src/libfwtsiasl/libfwtsiasl.la
> +src/libfwtsiasl/prparser.c
> +src/libfwtsiasl/prparser.y.h
> +src/libfwtsiasl/prparserlex.c
> 

Acked-by: Colin Ian King <colin.king@canonical.com>
You-Sheng Yang May 21, 2020, 2:46 p.m. UTC | #2
https://github.com/behdad/git.mk
I believe we could have switched to git.mk to generate gitignore files
automatically than update that manually.

Alex Hung <alex.hung@canonical.com> 於 2020年5月20日 週三 06:07 寫道:

> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  .gitignore | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index add5f0b4..332c1488 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -38,3 +38,20 @@ fwts-test/*/*.sh.log
>  fedora/fwts.spec
>  fedora/rpm
>  src/acpica/source/compiler/aslcompiler.y
> +src/libfwtsacpica/dscontrol_munged.c
> +src/libfwtsacpica/libfwtsacpica.la
> +src/libfwtsacpica/osunixxf_munged.c
> +src/libfwtsiasl/aslcompiler.c
> +src/libfwtsiasl/aslcompiler.y
> +src/libfwtsiasl/aslcompiler.y.h
> +src/libfwtsiasl/aslcompilerlex.c
> +src/libfwtsiasl/dtcompilerparser.c
> +src/libfwtsiasl/dtcompilerparser.y.h
> +src/libfwtsiasl/dtcompilerparserlex.c
> +src/libfwtsiasl/dtparser.c
> +src/libfwtsiasl/dtparser.y.h
> +src/libfwtsiasl/dtparserlex.c
> +src/libfwtsiasl/libfwtsiasl.la
> +src/libfwtsiasl/prparser.c
> +src/libfwtsiasl/prparser.y.h
> +src/libfwtsiasl/prparserlex.c
> --
> 2.25.1
>
>
> --
> fwts-devel mailing list
> fwts-devel@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/fwts-devel
>
You-Sheng Yang June 1, 2020, 5:54 p.m. UTC | #3
Something like this:
https://lists.ubuntu.com/archives/fwts-devel/2020-June/012001.html

On 2020-05-21 22:46, You-Sheng Yang wrote:
> https://github.com/behdad/git.mk
> I believe we could have switched to git.mk <http://git.mk> to generate
> gitignore files automatically than update that manually.
> 
> Alex Hung <alex.hung@canonical.com <mailto:alex.hung@canonical.com>> 於
> 2020年5月20日 週三 06:07 寫道:
> 
>     Signed-off-by: Alex Hung <alex.hung@canonical.com
>     <mailto:alex.hung@canonical.com>>
>     ---
>      .gitignore | 17 +++++++++++++++++
>      1 file changed, 17 insertions(+)
> 
>     diff --git a/.gitignore b/.gitignore
>     index add5f0b4..332c1488 100644
>     --- a/.gitignore
>     +++ b/.gitignore
>     @@ -38,3 +38,20 @@ fwts-test/*/*.sh.log
>      fedora/fwts.spec
>      fedora/rpm
>      src/acpica/source/compiler/aslcompiler.y
>     +src/libfwtsacpica/dscontrol_munged.c
>     +src/libfwtsacpica/libfwtsacpica.la <http://libfwtsacpica.la>
>     +src/libfwtsacpica/osunixxf_munged.c
>     +src/libfwtsiasl/aslcompiler.c
>     +src/libfwtsiasl/aslcompiler.y
>     +src/libfwtsiasl/aslcompiler.y.h
>     +src/libfwtsiasl/aslcompilerlex.c
>     +src/libfwtsiasl/dtcompilerparser.c
>     +src/libfwtsiasl/dtcompilerparser.y.h
>     +src/libfwtsiasl/dtcompilerparserlex.c
>     +src/libfwtsiasl/dtparser.c
>     +src/libfwtsiasl/dtparser.y.h
>     +src/libfwtsiasl/dtparserlex.c
>     +src/libfwtsiasl/libfwtsiasl.la <http://libfwtsiasl.la>
>     +src/libfwtsiasl/prparser.c
>     +src/libfwtsiasl/prparser.y.h
>     +src/libfwtsiasl/prparserlex.c
>     -- 
>     2.25.1
> 
> 
>     -- 
>     fwts-devel mailing list
>     fwts-devel@lists.ubuntu.com <mailto:fwts-devel@lists.ubuntu.com>
>     Modify settings or unsubscribe at:
>     https://lists.ubuntu.com/mailman/listinfo/fwts-devel
>
Alex Hung June 1, 2020, 5:58 p.m. UTC | #4
On Mon, Jun 1, 2020 at 11:55 AM You-Sheng Yang <vicamo.yang@canonical.com>
wrote:

> Something like this:
> https://lists.ubuntu.com/archives/fwts-devel/2020-June/012001.html


Many thanks for the work.

We have patchwork (http://patchwork.ozlabs.org/project/fwts/list/) that you
can easily refer your patches to.



>
>
> On 2020-05-21 22:46, You-Sheng Yang wrote:
> > https://github.com/behdad/git.mk
> > I believe we could have switched to git.mk <http://git.mk> to generate
> > gitignore files automatically than update that manually.
> >
> > Alex Hung <alex.hung@canonical.com <mailto:alex.hung@canonical.com>> 於
> > 2020年5月20日 週三 06:07 寫道:
> >
> >     Signed-off-by: Alex Hung <alex.hung@canonical.com
> >     <mailto:alex.hung@canonical.com>>
> >     ---
> >      .gitignore | 17 +++++++++++++++++
> >      1 file changed, 17 insertions(+)
> >
> >     diff --git a/.gitignore b/.gitignore
> >     index add5f0b4..332c1488 100644
> >     --- a/.gitignore
> >     +++ b/.gitignore
> >     @@ -38,3 +38,20 @@ fwts-test/*/*.sh.log
> >      fedora/fwts.spec
> >      fedora/rpm
> >      src/acpica/source/compiler/aslcompiler.y
> >     +src/libfwtsacpica/dscontrol_munged.c
> >     +src/libfwtsacpica/libfwtsacpica.la <http://libfwtsacpica.la>
> >     +src/libfwtsacpica/osunixxf_munged.c
> >     +src/libfwtsiasl/aslcompiler.c
> >     +src/libfwtsiasl/aslcompiler.y
> >     +src/libfwtsiasl/aslcompiler.y.h
> >     +src/libfwtsiasl/aslcompilerlex.c
> >     +src/libfwtsiasl/dtcompilerparser.c
> >     +src/libfwtsiasl/dtcompilerparser.y.h
> >     +src/libfwtsiasl/dtcompilerparserlex.c
> >     +src/libfwtsiasl/dtparser.c
> >     +src/libfwtsiasl/dtparser.y.h
> >     +src/libfwtsiasl/dtparserlex.c
> >     +src/libfwtsiasl/libfwtsiasl.la <http://libfwtsiasl.la>
> >     +src/libfwtsiasl/prparser.c
> >     +src/libfwtsiasl/prparser.y.h
> >     +src/libfwtsiasl/prparserlex.c
> >     --
> >     2.25.1
> >
> >
> >     --
> >     fwts-devel mailing list
> >     fwts-devel@lists.ubuntu.com <mailto:fwts-devel@lists.ubuntu.com>
> >     Modify settings or unsubscribe at:
> >     https://lists.ubuntu.com/mailman/listinfo/fwts-devel
> >
>
> --
> fwts-devel mailing list
> fwts-devel@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/fwts-devel
>
Ivan Hu June 12, 2020, 9:34 a.m. UTC | #5
On 5/20/20 6:06 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>  .gitignore | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index add5f0b4..332c1488 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -38,3 +38,20 @@ fwts-test/*/*.sh.log
>  fedora/fwts.spec
>  fedora/rpm
>  src/acpica/source/compiler/aslcompiler.y
> +src/libfwtsacpica/dscontrol_munged.c
> +src/libfwtsacpica/libfwtsacpica.la
> +src/libfwtsacpica/osunixxf_munged.c
> +src/libfwtsiasl/aslcompiler.c
> +src/libfwtsiasl/aslcompiler.y
> +src/libfwtsiasl/aslcompiler.y.h
> +src/libfwtsiasl/aslcompilerlex.c
> +src/libfwtsiasl/dtcompilerparser.c
> +src/libfwtsiasl/dtcompilerparser.y.h
> +src/libfwtsiasl/dtcompilerparserlex.c
> +src/libfwtsiasl/dtparser.c
> +src/libfwtsiasl/dtparser.y.h
> +src/libfwtsiasl/dtparserlex.c
> +src/libfwtsiasl/libfwtsiasl.la
> +src/libfwtsiasl/prparser.c
> +src/libfwtsiasl/prparser.y.h
> +src/libfwtsiasl/prparserlex.c
> 

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index add5f0b4..332c1488 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,20 @@  fwts-test/*/*.sh.log
 fedora/fwts.spec
 fedora/rpm
 src/acpica/source/compiler/aslcompiler.y
+src/libfwtsacpica/dscontrol_munged.c
+src/libfwtsacpica/libfwtsacpica.la
+src/libfwtsacpica/osunixxf_munged.c
+src/libfwtsiasl/aslcompiler.c
+src/libfwtsiasl/aslcompiler.y
+src/libfwtsiasl/aslcompiler.y.h
+src/libfwtsiasl/aslcompilerlex.c
+src/libfwtsiasl/dtcompilerparser.c
+src/libfwtsiasl/dtcompilerparser.y.h
+src/libfwtsiasl/dtcompilerparserlex.c
+src/libfwtsiasl/dtparser.c
+src/libfwtsiasl/dtparser.y.h
+src/libfwtsiasl/dtparserlex.c
+src/libfwtsiasl/libfwtsiasl.la
+src/libfwtsiasl/prparser.c
+src/libfwtsiasl/prparser.y.h
+src/libfwtsiasl/prparserlex.c