From f4786ac5fe01ba111eee27d1a1e9f3d40a9fac02 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 27 Jan 2011 06:47:06 +0100 Subject: Extend ignore file for non-vpath builds --- .gitignore | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05033b37..ec7f8bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,83 @@ +*.lo +*.o +.deps/ +.libs/ +po/*.gmo +po/messages.mo /aclocal.m4 /autom4te.cache /config.h.in +/config.h +/config.log +/config.status /configure -Makefile.in +/libtool +/stamp-h1 +/Makefile.in +cipher/Makefile.in +compat/Makefile.in +doc/Makefile.in +m4/Makefile.in +mpi/Makefile.in +random/Makefile.in +src/Makefile.in +tests/Makefile.in +/Makefile +m4/Makefile +cipher/Makefile +cipher/libcipher.la +compat/Makefile +compat/libcompat.la doc/gcrypt.info doc/stamp-vti doc/version.texi +doc/Makefile +doc/fips-fsm.eps +doc/fips-fsm.pdf +doc/fips-fsm.png +doc/libgcrypt-modules.eps +doc/libgcrypt-modules.pdf +doc/libgcrypt-modules.png +mpi/Makefile +mpi/asm-syntax.h +mpi/libmpi.la +mpi/mod-source-info.h +mpi/mpi-asm-defs.h +mpi/mpih-add1-asm.S +mpi/mpih-lshift-asm.S +mpi/mpih-mul1-asm.S +mpi/mpih-mul2-asm.S +mpi/mpih-mul3-asm.S +mpi/mpih-rshift-asm.S +mpi/mpih-sub1-asm.S +mpi/sysdep.h +random/Makefile +random/librandom.la +src/Makefile +src/dumpsexp +src/gcrypt.h +src/hmac256 +src/libgcrypt-config +src/libgcrypt.la +src/versioninfo.rc +tests/Makefile +tests/ac +tests/ac-data +tests/ac-schemes +tests/aeswrap +tests/basic +tests/benchmark +tests/fips186-dsa +tests/fipsdrv +tests/hmac +tests/keygen +tests/keygrip +tests/mpitests +tests/prime +tests/pubkey +tests/random +tests/register +tests/rsacvt +tests/t-mpi-bit +tests/tsexp +tests/version -- cgit v1.2.1