libreSSL/.gitignore

151 lines
1.9 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
*.pc
2015-09-13 18:33:20 +02:00
# man pages
*.1
*.3
# tests
test-driver
*.log
*.trs
!tests/optionstest.c
tests/aes_wrap*
tests/arc4random_fork*
2015-06-30 05:51:19 +02:00
tests/cipher*
tests/explicit_bzero*
tests/gost2814789t*
tests/mont*
tests/timingsafe*
tests/*test
2015-06-30 05:51:19 +02:00
tests/tests.h
tests/*test.c
tests/memmem.c
tests/pbkdf2*
tests/*.pem
tests/testssl
tests/*.txt
# 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
2015-09-13 18:56:41 +02:00
!/apps/nc/readpassphrase.c
/apps/nc/*.h
/apps/nc/*.c
/apps/nc/nc*
/apps/openssl/*.h
/apps/openssl/*.c
/apps/openssl/*.cnf
/apps/openssl/*.pem
/apps/openssl/openssl
/apps/openssl/compat/strtonum.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
!/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-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