
wk at gnupg
Feb 21, 2012, 12:19 AM
Views: 283
Permalink
|
|
Re: [PATCH 1/2] Update .gitingore to ignore more files
[In reply to]
|
|
On Mon, 20 Feb 2012 16:54, dbaryshkov [at] gmail 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 _______________________________________________ Gcrypt-devel mailing list Gcrypt-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gcrypt-devel
|