Files
GmSSL/.gitignore
2022-12-28 22:40:48 +08:00

38 lines
267 B
Plaintext

# generated file
/build*
/demos/*.pem
# 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
.#*
\#*#
*~