2013-01-07 00:47:36 +08:00
|
|
|
# Object files
|
|
|
|
*.o
|
2015-01-09 18:19:10 +08:00
|
|
|
*.obj
|
2013-01-07 00:47:36 +08:00
|
|
|
|
2013-01-19 20:20:21 +08:00
|
|
|
# editor artefacts
|
|
|
|
*.swp
|
|
|
|
.#*
|
|
|
|
#*#
|
|
|
|
*~
|
|
|
|
|
2013-01-07 00:47:36 +08:00
|
|
|
# Top level excludes
|
|
|
|
/Makefile.bak
|
|
|
|
/Makefile
|
2013-02-27 05:50:40 +08:00
|
|
|
/MINFO
|
2015-03-17 05:36:19 +08:00
|
|
|
/TABLE
|
2013-01-07 00:47:36 +08:00
|
|
|
/*.a
|
|
|
|
/*.pc
|
|
|
|
/rehash.time
|
2013-06-13 22:39:23 +08:00
|
|
|
/inc.*
|
|
|
|
/makefile.*
|
|
|
|
/out.*
|
|
|
|
/tmp.*
|
2013-01-07 00:47:36 +08:00
|
|
|
|
2013-01-19 20:20:21 +08:00
|
|
|
/test/*.ss
|
|
|
|
/test/*.srl
|
|
|
|
/test/.rnd
|
|
|
|
/test/test*.pem
|
|
|
|
/test/newkey.pem
|
|
|
|
|
2013-01-07 00:47:36 +08:00
|
|
|
# Certificate symbolic links
|
|
|
|
*.0
|
|
|
|
|
|
|
|
# Links under apps
|
2013-01-07 03:06:40 +08:00
|
|
|
/apps/CA.pl
|
|
|
|
/apps/md4.c
|
2013-01-07 00:47:36 +08:00
|
|
|
|
|
|
|
|
|
|
|
# Auto generated headers
|
2013-01-07 03:06:40 +08:00
|
|
|
/crypto/buildinf.h
|
|
|
|
/crypto/opensslconf.h
|
2013-01-07 00:47:36 +08:00
|
|
|
|
|
|
|
# Auto generated assembly language source files
|
|
|
|
*.s
|
2013-01-07 03:06:40 +08:00
|
|
|
!/crypto/bn/asm/pa-risc2.s
|
|
|
|
!/crypto/bn/asm/pa-risc2W.s
|
2015-01-10 07:01:20 +08:00
|
|
|
crypto/aes/asm/a_win32.asm
|
|
|
|
crypto/bf/asm/b_win32.asm
|
|
|
|
crypto/bn/asm/bn_win32.asm
|
|
|
|
crypto/bn/asm/co_win32.asm
|
|
|
|
crypto/bn/asm/mt_win32.asm
|
|
|
|
crypto/cast/asm/c_win32.asm
|
|
|
|
crypto/cpu_win32.asm
|
|
|
|
crypto/des/asm/d_win32.asm
|
|
|
|
crypto/des/asm/y_win32.asm
|
|
|
|
crypto/md5/asm/m5_win32.asm
|
|
|
|
crypto/rc4/asm/r4_win32.asm
|
|
|
|
crypto/rc5/asm/r5_win32.asm
|
|
|
|
crypto/ripemd/asm/rm_win32.asm
|
|
|
|
crypto/sha/asm/s1_win32.asm
|
|
|
|
crypto/sha/asm/sha512-sse2.asm
|
2013-01-07 00:47:36 +08:00
|
|
|
|
|
|
|
# Executables
|
2013-01-07 03:06:40 +08:00
|
|
|
/apps/openssl
|
|
|
|
/test/sha256t
|
|
|
|
/test/sha512t
|
2013-01-20 01:41:44 +08:00
|
|
|
/test/gost2814789t
|
2013-01-07 03:06:40 +08:00
|
|
|
/test/*test
|
|
|
|
/test/fips_aesavs
|
|
|
|
/test/fips_desmovs
|
|
|
|
/test/fips_dhvs
|
|
|
|
/test/fips_drbgvs
|
|
|
|
/test/fips_dssvs
|
|
|
|
/test/fips_ecdhvs
|
|
|
|
/test/fips_ecdsavs
|
|
|
|
/test/fips_rngvs
|
|
|
|
/test/fips_test_suite
|
2013-01-07 00:47:36 +08:00
|
|
|
*.so*
|
|
|
|
*.dylib*
|
|
|
|
*.dll*
|
|
|
|
# Exceptions
|
2013-01-07 03:06:40 +08:00
|
|
|
!/test/bctest
|
|
|
|
!/crypto/des/times/486-50.sol
|
2013-01-07 00:47:36 +08:00
|
|
|
|
|
|
|
# Misc auto generated files
|
2015-03-27 04:33:18 +08:00
|
|
|
include/openssl/opensslconf.h
|
2013-01-07 03:06:40 +08:00
|
|
|
/tools/c_rehash
|
2013-01-07 00:47:36 +08:00
|
|
|
lib
|
|
|
|
Makefile.save
|
|
|
|
*.bak
|
2014-07-14 23:27:16 +08:00
|
|
|
tags
|
|
|
|
TAGS
|
2014-06-09 08:27:20 +08:00
|
|
|
cscope.out
|
|
|
|
*.d
|
2015-01-09 18:19:10 +08:00
|
|
|
|
|
|
|
# Windows
|
2015-04-01 17:36:18 +08:00
|
|
|
/tmp32
|
|
|
|
/tmp32.dbg
|
2015-01-09 18:19:10 +08:00
|
|
|
/tmp32dll
|
2015-01-10 07:01:20 +08:00
|
|
|
/tmp32dll.dbg
|
2015-04-01 17:36:18 +08:00
|
|
|
/out32
|
|
|
|
/out32.dbg
|
2015-01-09 18:19:10 +08:00
|
|
|
/out32dll
|
2015-01-10 07:01:20 +08:00
|
|
|
/out32dll.dbg
|
2015-01-09 18:19:10 +08:00
|
|
|
/inc32
|
|
|
|
/MINFO
|
|
|
|
ms/bcb.mak
|
|
|
|
ms/libeay32.def
|
|
|
|
ms/nt.mak
|
|
|
|
ms/ntdll.mak
|
|
|
|
ms/ssleay32.def
|
|
|
|
ms/version32.rc
|