[PATCH 1/2] Update .gitingore to ignore more files

Werner Koch wk at gnupg.org
Tue Feb 21 09:19:04 CET 2012


On Mon, 20 Feb 2012 16:54, dbaryshkov at gmail.com said:

> +/config.h.in~

You should have some entries in your ~/.gitignore.  For example:

==========
/GPATH
/GRTAGS
/GSYMS
/GTAGS
*~
.#*
\#*#
x
y
z
out
err
po/*.gmo
po/messages.mo
a.out
==============

In particular
======
*~
.#*
\#*#
======

are pretty useful.  IMHO, it does not make sense to put such patterns
into specific .gitignore files.

Note that we need copyright assignments for all non-trivial changes.
The complexity of the changes doesn't matter, copyright is only about
the text.


Shalom-Salam,

   Werner




More information about the Gcrypt-devel mailing list