mark V_ASN1_PRIMATIVE_TAG as compat
[openssl.git] / .gitignore
index 23c48be7f3d776400b3abe1ed527218742815492..9c496b2d6da47f7f5ca4c45c260b7dc7b643a339 100644 (file)
@@ -5,7 +5,6 @@
 /Makefile.orig
 /MINFO
 /TABLE
-/*.a
 /*.pc
 /rehash.time
 /inc.*
@@ -31,6 +30,13 @@ Makefile
 /openssl/include/opensslconf.h
 /util/domd
 
+# error code files
+/crypto/err/openssl.txt.old
+/engines/e_afalg.txt.old
+/engines/e_capi.txt.old
+/engines/e_dasync.txt.old
+/engines/e_ossltest.txt.old
+
 # Executables
 /apps/openssl
 /test/sha256t
@@ -50,6 +56,7 @@ Makefile
 /test/ssltest_old
 /test/x509aux
 /test/v3ext
+/test/ossl_shim/ossl_shim
 
 # Certain files that get created by tests on the fly
 /test/*.ss
@@ -147,7 +154,8 @@ Makefile
 # Certificate symbolic links
 *.0
 
-# All kinds of executables
+# All kinds of libraries and executables
+*.a
 *.so
 *.so.*
 *.dylib
@@ -176,3 +184,4 @@ pod2htmd.tmp
 
 # Windows manifest files
 *.manifest
+doc-nits