[tarantool-patches] [PATCH] gitignore: Add paths for quilt

Vladimir Davydov vdavydov.dev at gmail.com
Sat Mar 2 14:46:36 MSK 2019


On Sat, Mar 02, 2019 at 02:27:09PM +0300, Cyrill Gorcunov wrote:
> Suitable for those who is using quilt for development.
> ---
>  .gitignore |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: tarantool.git/.gitignore
> ===================================================================
> --- tarantool.git.orig/.gitignore
> +++ tarantool.git/.gitignore
> @@ -6,10 +6,12 @@ _CPack_Packages
>  *.gcno
>  *.gcda
>  *.gcov
> +patches/
>  coverage/
>  coverage.info
>  *.o
>  *.reject
> +*.rej
>  *.so
>  *~
>  *.swp*

We should probably also add *.orig



More information about the Tarantool-patches mailing list