.gitignore 421 Bytes
Newer Older
# Object files
*.o
*.ko
*.obj
*.elf
*.pyc
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
#Test files
*test

# OSX
*.DS_Store

#vim
*.swp
*.swo

# openssl auto-gen stuff
Makefile
apps/openssl
crypto/buildinf.h
crypto/opensslconf.h
libcrypto.pc
libssl.pc
openssl.pc
tools/c_rehash
*.bak