Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: GnuPG: gcrypt

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

 

 

GnuPG gcrypt RSS feed   Index | Next | Previous | View Threaded


dbaryshkov at gmail

Feb 20, 2012, 7:54 AM

Post #1 of 2 (309 views)
Permalink
[PATCH 1/2] Update .gitingore to ignore more files

* .gitignore: add more tests, temporary files, etc to the list of
ignored files.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov [at] gmail>
---
.gitignore | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index ec7f8bb..3fd7446 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ po/*.gmo
po/messages.mo
/aclocal.m4
/autom4te.cache
+/config.h.in~
/config.h.in
/config.h
/config.log
@@ -35,9 +36,12 @@ doc/Makefile
doc/fips-fsm.eps
doc/fips-fsm.pdf
doc/fips-fsm.png
+doc/hmac256.1
doc/libgcrypt-modules.eps
doc/libgcrypt-modules.pdf
doc/libgcrypt-modules.png
+doc/yat2m
+doc/yat2m-stamp
mpi/Makefile
mpi/asm-syntax.h
mpi/libmpi.la
@@ -60,6 +64,8 @@ src/hmac256
src/libgcrypt-config
src/libgcrypt.la
src/versioninfo.rc
+tags
+TAGS
tests/Makefile
tests/ac
tests/ac-data
@@ -67,17 +73,20 @@ tests/ac-schemes
tests/aeswrap
tests/basic
tests/benchmark
+tests/curves
tests/fips186-dsa
tests/fipsdrv
tests/hmac
tests/keygen
tests/keygrip
tests/mpitests
+tests/pkcs1v2
tests/prime
tests/pubkey
tests/random
tests/register
tests/rsacvt
+tests/t-kdf
tests/t-mpi-bit
tests/tsexp
tests/version
--
1.7.9


_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel [at] gnupg
http://lists.gnupg.org/mailman/listinfo/gcrypt-devel


wk at gnupg

Feb 21, 2012, 12:19 AM

Post #2 of 2 (284 views)
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

GnuPG gcrypt RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.