You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2019/10/03 20:38:41 UTC

[openoffice] branch trunk updated: Ignore the file which has the git short hash tucked away

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ce409d7  Ignore the file which has the git short hash tucked away
ce409d7 is described below

commit ce409d711e61b8103b23c2258ddb477211e22abd
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Thu Oct 3 16:38:09 2019 -0400

    Ignore the file which has the git short hash tucked away
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1963b04..69b5ad4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,3 +75,6 @@ TAGS
 /*/*/unxso???.pro
 /*/*/unxmac??
 /*/*/unxmac??.pro
+
+#RepoRevision hash file
+/main/solenv/inc/reporevision.lst


Re: [openoffice] branch trunk updated: Ignore the file which has the git short hash tucked away

Posted by Matthias Seidel <ma...@hamburg.de>.
Speaking of .gitignore:

I found more than one in our source:

 - /.gitignore
 - /main/.gitignore
 - /main/toolkit/workben/layout/.gitignore
 - /ext_sources/.gitignore

Are they really all needed?

Matthias

Am 03.10.19 um 22:38 schrieb jim@apache.org:
> This is an automated email from the ASF dual-hosted git repository.
>
> jim pushed a commit to branch trunk
> in repository https://gitbox.apache.org/repos/asf/openoffice.git
>
>
> The following commit(s) were added to refs/heads/trunk by this push:
>      new ce409d7  Ignore the file which has the git short hash tucked away
> ce409d7 is described below
>
> commit ce409d711e61b8103b23c2258ddb477211e22abd
> Author: Jim Jagielski <ji...@gmail.com>
> AuthorDate: Thu Oct 3 16:38:09 2019 -0400
>
>     Ignore the file which has the git short hash tucked away
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 1963b04..69b5ad4 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -75,3 +75,6 @@ TAGS
>  /*/*/unxso???.pro
>  /*/*/unxmac??
>  /*/*/unxmac??.pro
> +
> +#RepoRevision hash file
> +/main/solenv/inc/reporevision.lst
>