diff mbox series

[v3,16/30] .gitignore: un-ignore .gitlab-ci.d

Message ID 20200626181357.26211-17-alex.bennee@linaro.org
State Superseded
Headers show
Series testing/next (gitlab, vm, docker) | expand

Commit Message

Alex Bennée June 26, 2020, 6:13 p.m. UTC
The sooner we deprecate in-tree builds the sooner this mess of regexes
can be thrown away.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>


---
v2
  - just use explicit !/.gitlab-ci.d
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Thomas Huth June 29, 2020, 9:25 a.m. UTC | #1
On 26/06/2020 20.13, Alex Bennée wrote:
> The sooner we deprecate in-tree builds the sooner this mess of regexes

> can be thrown away.

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> 

> ---

> v2

>    - just use explicit !/.gitlab-ci.d

> ---

>   .gitignore | 1 +

>   1 file changed, 1 insertion(+)

> 

> diff --git a/.gitignore b/.gitignore

> index 90acb4347d4..2992d15931a 100644

> --- a/.gitignore

> +++ b/.gitignore

> @@ -93,6 +93,7 @@

>   *.tp

>   *.vr

>   *.d

> +!/.gitlab-ci.d

>   !/scripts/qemu-guest-agent/fsfreeze-hook.d

>   *.o

>   .sdk

> 


Reviewed-by: Thomas Huth <thuth@redhat.com>
Philippe Mathieu-Daudé June 29, 2020, 10:04 a.m. UTC | #2
On 6/26/20 8:13 PM, Alex Bennée wrote:
> The sooner we deprecate in-tree builds the sooner this mess of regexes

> can be thrown away.


:S

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> 

> ---

> v2

>   - just use explicit !/.gitlab-ci.d

> ---

>  .gitignore | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/.gitignore b/.gitignore

> index 90acb4347d4..2992d15931a 100644

> --- a/.gitignore

> +++ b/.gitignore

> @@ -93,6 +93,7 @@

>  *.tp

>  *.vr

>  *.d

> +!/.gitlab-ci.d

>  !/scripts/qemu-guest-agent/fsfreeze-hook.d

>  *.o

>  .sdk

>
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 90acb4347d4..2992d15931a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,6 +93,7 @@ 
 *.tp
 *.vr
 *.d
+!/.gitlab-ci.d
 !/scripts/qemu-guest-agent/fsfreeze-hook.d
 *.o
 .sdk