lkml.org 
[lkml]   [2006]   [Jan]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 26/26] gitignore: ignore more generated files
    Date
    From

    Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

    ---

    kernel/.gitignore | 5 +++++
    scripts/.gitignore | 5 ++++-
    scripts/kconfig/lxdialog/.gitignore | 4 ++++
    3 files changed, 13 insertions(+), 1 deletions(-)
    create mode 100644 kernel/.gitignore
    create mode 100644 scripts/kconfig/lxdialog/.gitignore

    febf7ea4bedcd36fba0843db726bba28d22bf89a
    diff --git a/kernel/.gitignore b/kernel/.gitignore
    new file mode 100644
    index 0000000..f2ab700
    --- /dev/null
    +++ b/kernel/.gitignore
    @@ -0,0 +1,5 @@
    +#
    +# Generated files
    +#
    +config_data.h
    +config_data.gz
    diff --git a/scripts/.gitignore b/scripts/.gitignore
    index b46d68b..a234e52 100644
    --- a/scripts/.gitignore
    +++ b/scripts/.gitignore
    @@ -1,4 +1,7 @@
    +#
    +# Generated files
    +#
    conmakehash
    kallsyms
    pnmtologo
    -
    +bin2c
    diff --git a/scripts/kconfig/lxdialog/.gitignore b/scripts/kconfig/lxdialog/.gitignore
    new file mode 100644
    index 0000000..90b08ff
    --- /dev/null
    +++ b/scripts/kconfig/lxdialog/.gitignore
    @@ -0,0 +1,4 @@
    +#
    +# Generated files
    +#
    +lxdialog
    --
    1.0.6
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-01-03 14:29    [W:2.991 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site