lweb/.gitignore

37 lines
441 B
Plaintext
Raw Permalink Normal View History

2020-10-28 14:24:53 +01:00
# ---> PureBasic
# Created by https://www.gitignore.io/api/purebasic
# Edit at https://www.gitignore.io/?templates=purebasic
### PureBasic ###
# PureBasic
# Settings files
*.pb.cfg
*.pbi.cfg
project.cfg
# Shared libraries
*.so
*.dylib
*.dll
# Binary executables
*.exe
*.app
*.out
# End of https://www.gitignore.io/api/purebasic
2022-02-14 15:05:59 +01:00
# Zertifikate
*.pem
democert
2022-02-14 15:49:21 +01:00
# Logs
*.log
2022-02-14 15:05:59 +01:00
# Executables
lhttpd
2023-03-30 15:47:31 +02:00
lhttpd_install
2022-02-14 15:05:59 +01:00
server_example
test
README
2020-10-28 14:24:53 +01:00