poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] git: Ignore temporary files and dirty sub-module


From: Jose E. Marchesi
Subject: Re: [PATCH] git: Ignore temporary files and dirty sub-module
Date: Tue, 18 Feb 2020 15:59:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Carlo.

    Fill in the missing entries in the gitignore file and ignore the dirty
    changes in the jitter sub-repo.

OK for master.
Thanks!


    Signed-off-by: Carlo Caione <address@hidden>
    ---
     .gitignore  | 11 +++++++++++
     .gitmodules |  1 +
     2 files changed, 12 insertions(+)
    
    diff --git a/.gitignore b/.gitignore
    index 4c4bd2f5..4bbe0d1c 100644
    --- a/.gitignore
    +++ b/.gitignore
    @@ -52,3 +52,14 @@ config.h.in
     /src/pcl-lex.h
     /GNUmakefile
     /maint.mk
    +/man/poke.1
    +/src/pkl-asm.pkc
    +/src/pkl-gen.pkc
    +/src/pkl-lex.c
    +/src/pkl-lex.h
    +/src/pkl-tab.c
    +/src/pkl-tab.h
    +/src/pkl-tab.output
    +/src/pvm-vm.h
    +/src/pvm-vm1.c
    +/src/pvm-vm2.c
    diff --git a/.gitmodules b/.gitmodules
    index 9da9e31e..3fc1075d 100644
    --- a/.gitmodules
    +++ b/.gitmodules
    @@ -4,3 +4,4 @@
     [submodule "jitter"]
        path = jitter
        url = http://git.ageinghacker.net/jitter
    +   ignore = dirty



reply via email to

[Prev in Thread] Current Thread [Next in Thread]