libreSSL/.gitignore

175 lines
2.3 KiB
Plaintext
Raw Normal View History

### These files should get ignored no matter where they appear.
# Editors leave these lying around
\#*\#
.#*
*~
*.swp
# C stuff
*.o
# Assembly stuff
*.S
*.s
# Windows stuff
*.obj
*.exe
*.lib
# Patch leaves these lying arround
*.orig
*.rej
# gcov stuff
*.gcno
*.gcov
*.gcda
# Autotools stuff
.deps
.dirstamp
Makefile
Makefile.in
# Libtool stuff
.libs
*.lo
*.la
*.def
*.sym
*.pc
2015-09-13 18:33:20 +02:00
# man pages
*.1
*.3
2017-09-10 05:49:24 +02:00
*.5
2015-09-13 18:33:20 +02:00
# tests
test-driver
*.log
*.trs
tests/aes_wrap*
tests/arc4random_fork*
2017-12-22 15:32:22 +01:00
tests/asn1evp*
tests/asn1time*
2015-06-30 05:51:19 +02:00
tests/cipher*
tests/explicit_bzero*
2017-07-10 15:35:09 +02:00
tests/freenull*
tests/gost2814789t*
tests/mont*
tests/rfc5280time*
2017-01-06 01:05:59 +01:00
tests/ssl_versions*
tests/timingsafe*
tests/tls_ext_alpn*
2017-03-11 14:28:24 +01:00
tests/tls_prf*
tests/*test
2015-06-30 05:51:19 +02:00
tests/tests.h
tests/*test.c
tests/pbkdf2*
tests/*.pem
tests/testssl
tests/*.txt
2017-02-07 14:53:52 +01:00
tests/compat/*.c
!tests/optionstest.c
!tests/*.test
# ctags stuff
TAGS
2015-04-30 11:44:35 +02:00
autom4te.cache
# Libtool adds these, at least sometimes
INSTALL
2015-06-06 05:35:29 +02:00
/COPYING
!m4/check*.m4
m4/l*
2015-04-30 11:44:35 +02:00
aclocal.m4
compile
doxygen
config.guess
config.log
config.status
config.sub
configure
depcomp
config.h
config.h.in
install-sh
libtool
ltmain.sh
missing
stamp-h1
stamp-h2
include/openssl/Makefile.am
VERSION
crypto/VERSION
ssl/VERSION
tls/VERSION
2015-07-20 08:09:00 +02:00
libtls-standalone/VERSION
ssl/*.c
ssl/*.h
tls/*.c
tls/*.h
include/pqueue.h
include/tls.h
include/openssl/*.h
2015-04-30 11:44:35 +02:00
2017-01-24 13:06:07 +01:00
/apps/ocspcheck/*.h
/apps/ocspcheck/*.c
/apps/ocspcheck/ocspcheck*
2017-01-26 05:58:27 +01:00
/apps/ocspcheck/compat/inet_ntop.c
/apps/ocspcheck/compat/memmem.c
2017-01-24 13:06:07 +01:00
/apps/nc/*.h
/apps/nc/*.c
/apps/nc/nc*
!/apps/nc/readpassphrase.c
2017-02-07 14:53:52 +01:00
/apps/nc/compat/*.c
2017-01-24 13:06:07 +01:00
/apps/openssl/*.h
/apps/openssl/*.c
/apps/openssl/*.cnf
/apps/openssl/*.pem
/apps/openssl/openssl
/apps/openssl/compat/strtonum.c
!/apps/openssl/apps_win.c
!/apps/openssl/certhash_win.c
2015-04-30 11:44:35 +02:00
!/crypto/Makefile.am.*
!/crypto/compat/arc4random.h
!/crypto/compat/b_win.c
!/crypto/compat/explicit_bzero_win.c
2017-04-22 16:08:17 +02:00
!/crypto/compat/freezero.c
2017-03-15 13:02:22 +01:00
!/crypto/compat/getpagesize.c
!/crypto/compat/posix_win.c
2015-04-30 11:44:35 +02:00
!/crypto/compat/bsd_asprintf.c
2015-06-30 05:51:19 +02:00
!/crypto/compat/inet_pton.c
2015-10-15 06:53:52 +02:00
!/crypto/compat/timegm.c
2015-04-30 11:44:35 +02:00
!/crypto/compat/ui_openssl_win.c
!/crypto/CMakeLists.txt
/crypto
2015-04-30 11:44:35 +02:00
!/libtls-standalone/compat/Makefile.am
2015-04-30 11:44:35 +02:00
/libtls-standalone/include/*.h
/libtls-standalone/src/*.c
/libtls-standalone/src/*.h
/libtls-standalone/src
2015-06-30 05:51:19 +02:00
/libtls-standalone/tests/test
/libtls-standalone/compat
/libtls-standalone/VERSION
/libtls-standalone/m4
2015-05-04 05:25:22 +02:00
/libtls-standalone/man
2015-04-30 11:44:35 +02:00
openbsd/
2015-04-30 11:44:35 +02:00
2014-10-15 05:23:16 +02:00
*.tar.gz
2014-07-11 05:13:17 +02:00
man/Makefile.am
2017-02-07 14:53:52 +01:00
man/mandoc.db