bug-libsigsegv
[Top][All Lists]
Advanced

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

[bug-libsigsegv] Re: [PATCH] * .gitignore: Ignore more files.


From: Bruno Haible
Subject: [bug-libsigsegv] Re: [PATCH] * .gitignore: Ignore more files.
Date: Sat, 6 Nov 2010 12:04:42 +0100
User-agent: KMail/1.9.9

Hi Eric,

Since I'm now preparing a new release, I feel safer if "git status" behaves
the way I described.

> Here is the .git/info/exclude that I use for libsigsegv.

I've added it to .gitignore, but commented out. Let's discuss, if you feel
strongly that .git/info/exclude should be empty.


2010-11-06  Bruno Haible  <address@hidden>

        Don't list files in .gitignore that are absent after "make distclean".
        * .gitignore: Complete the list of files that are created by "make" and
        removed by "make distclean". But comment them out, since they belong in
        .git/info/exclude. Also remove /autom4te.cache because "make distclean"
        does not remove it.

*** .gitignore.orig     Sat Nov  6 11:49:33 2010
--- .gitignore  Sat Nov  6 11:45:13 2010
***************
*** 14,24 ****
  # Other files generated by autogen.sh and distributed:
  /config.h.msvc
  
! # Files generated during in-tree 'make'.
! /autom4te.cache
! /config.cache
! /config.h
! /config.log
! /config.status
! /src/.libs
! /src/sigsegv.h
--- 14,45 ----
  # Other files generated by autogen.sh and distributed:
  /config.h.msvc
  
! # ===================== These belong in .git/info/exclude 
=====================
! ## Files generated by "make" and not distributed
! ## (i.e. erased by "make distclean").
! ## Erased by Makefile.
! #/config.status
! #/config.log
! #/config.cache
! #/config.h
! #/Makefile
! #/stamp-h1
! #/libtool
! #/termbold
! #/termnorm
! ## Erased by src/Makefile.
! #src/Makefile
! #src/*.o
! #src/*.lo
! #src/libsigsegv.la
! #src/.libs
! #src/_libs
! #src/sigsegv.h
! ## Erased by tests/Makefile.
! #tests/Makefile
! #tests/*.o
! #tests/sigsegv1
! #tests/sigsegv2
! #tests/sigsegv3
! #tests/stackoverflow1
! #tests/stackoverflow2
*** ChangeLog.orig      Sat Nov  6 11:49:33 2010
--- ChangeLog   Sat Nov  6 11:48:39 2010
***************
*** 1,3 ****
--- 1,10 ----
+ 2010-11-06  Bruno Haible  <address@hidden>
+ 
+       * .gitignore: Complete the list of files that are created by "make" and
+       removed by "make distclean". But comment them out, since they belong in
+       .git/info/exclude. Also remove /autom4te.cache because "make distclean"
+       does not remove it.
+ 
  2010-10-25  Eric Blake  <address@hidden>
  
        Fix powerpc64-unknown-linux-gnu implementation.



reply via email to

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