[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Jun 8 12:55:56 UTC 2016
The branch master has been updated
via ab68742acced9ae6577925383c0cd0a402927a55 (commit)
from 4f0c475719defd7c051964ef9964cc6e5b3a63bf (commit)
- Log -----------------------------------------------------------------
commit ab68742acced9ae6577925383c0cd0a402927a55
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Jun 8 14:08:53 2016 +0200
Ignore tsget.pl and c_rehash.pl, as well as other compiler generated files
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index ec77c32..f572413 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ Makefile
# Links under apps
/apps/CA.pl
/apps/tsget
+/apps/tsget.pl
/apps/md4.c
@@ -88,6 +89,13 @@ Makefile
*.dll*
*.exe
*.pyc
+*.exp
+*.lib
+*.pdb
+*.ilk
+*.def
+*.rc
+*.res
# Exceptions
!/test/bctest
!/crypto/des/times/486-50.sol
@@ -95,6 +103,7 @@ Makefile
# Misc auto generated files
/include/openssl/opensslconf.h
/tools/c_rehash
+/tools/c_rehash.pl
/crypto/**/lib
/engines/**/lib
/ssl/**/lib
@@ -107,7 +116,7 @@ cscope.*
/crypto.map
/ssl.map
-# Windows
+# Windows (legacy)
/tmp32
/tmp32.dbg
/tmp32dll
More information about the openssl-commits
mailing list