poke-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Make git status more useful by ignoring *.o files.


From: Jose E. Marchesi
Subject: Re: [PATCH] Make git status more useful by ignoring *.o files.
Date: Fri, 04 Oct 2019 12:37:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hi Henner.

    .. tiny one
    
    -h
    From 556289f35b7626749e44ee409e5a7014316fcf9f Mon Sep 17 00:00:00 2001
    From: Henner Zeller <address@hidden>
    Date: Thu, 3 Oct 2019 18:34:32 -0700
    Subject: [PATCH] Make git status more useful by ignoring *.o files.
    
    2019-10-03  Henner Zeller  <address@hidden>
    
           * .gitignore: ignore src/*.o files.
    ---
     .gitignore | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/.gitignore b/.gitignore
    index 1ba798c..5b90d6a 100644
    --- a/.gitignore
    +++ b/.gitignore
    @@ -8,6 +8,7 @@ stamp-h1
     /ABOUT-NLS
     /build-aux
     *~
    +src/*.o
     Makefile.in
     aclocal.m4
     m4

I always do off-tree builds in autotoolized programs.  It is good you
are building in-tree, so we can be sure the build system supports both
modalities properly.

Applied, thanks!



reply via email to

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