Files
GmSSL/.gitignore
2023-02-01 11:03:33 +08:00

39 lines
283 B
Plaintext

# generated file
/build*
/demos/*.pem
/demos/.private
# Object files
*.o
*.obj
# All kinds of executables
*.so
*.so.*
*.dylib
*.dylib.*
*.dll
*.dll.*
*.exe
*.pyc
*.exp
*.lib
*.pdb
*.ilk
*.def
*.rc
*.res
# macOS
.DS_Store
*.tar.gz
# editor artefacts
.vscode/*
*.swp
.#*
\#*#
*~