Remove global-var/function macros
[openssl.git] / .gitignore
index 23c48be7f3d776400b3abe1ed527218742815492..b32122c64a9c0dad4a05e9a13949afa1ebaba251 100644 (file)
@@ -5,7 +5,6 @@
 /Makefile.orig
 /MINFO
 /TABLE
 /Makefile.orig
 /MINFO
 /TABLE
-/*.a
 /*.pc
 /rehash.time
 /inc.*
 /*.pc
 /rehash.time
 /inc.*
@@ -27,10 +26,18 @@ Makefile
 
 # Auto generated headers
 /crypto/buildinf.h
 
 # Auto generated headers
 /crypto/buildinf.h
+/apps/progs.h
 /crypto/include/internal/*_conf.h
 /openssl/include/opensslconf.h
 /util/domd
 
 /crypto/include/internal/*_conf.h
 /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
 # Executables
 /apps/openssl
 /test/sha256t
@@ -50,14 +57,14 @@ Makefile
 /test/ssltest_old
 /test/x509aux
 /test/v3ext
 /test/ssltest_old
 /test/x509aux
 /test/v3ext
+/test/versions
+/test/ossl_shim/ossl_shim
+/test/rsa_complex
+# Other generated files in test/
+/test/provider_internal_test.conf
 
 # Certain files that get created by tests on the fly
 
 # Certain files that get created by tests on the fly
-/test/*.ss
-/test/*.srl
-/test/.rnd
-/test/test*.pem
-/test/newkey.pem
-/test/*.log
+/test/test-runs
 /test/buildtest_*
 
 # Fuzz stuff.
 /test/buildtest_*
 
 # Fuzz stuff.
@@ -71,14 +78,15 @@ Makefile
 !/fuzz/*.*
 
 # Misc auto generated files
 !/fuzz/*.*
 
 # Misc auto generated files
+/doc/man7/openssl_user_macros.pod
 /include/openssl/opensslconf.h
 /tools/c_rehash
 /tools/c_rehash.pl
 /util/shlib_wrap.sh
 /tags
 /TAGS
 /include/openssl/opensslconf.h
 /tools/c_rehash
 /tools/c_rehash.pl
 /util/shlib_wrap.sh
 /tags
 /TAGS
-/crypto.map
-/ssl.map
+*.map
+*.ld
 
 # Windows (legacy)
 /tmp32
 
 # Windows (legacy)
 /tmp32
@@ -147,7 +155,8 @@ Makefile
 # Certificate symbolic links
 *.0
 
 # Certificate symbolic links
 *.0
 
-# All kinds of executables
+# All kinds of libraries and executables
+*.a
 *.so
 *.so.*
 *.dylib
 *.so
 *.so.*
 *.dylib
@@ -176,3 +185,4 @@ pod2htmd.tmp
 
 # Windows manifest files
 *.manifest
 
 # Windows manifest files
 *.manifest
+doc-nits