From b7811685e2c094aca2130e7aa3992ae599293f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0alda?= Date: Thu, 17 Aug 2023 14:37:00 +0200 Subject: [PATCH] kk --- .gitignore | 4 ++++ src/CreateLicence.d | 2 -- src/PlcLicence.d | 1 - src/utils.d | 29 ----------------------------- 4 files changed, 4 insertions(+), 32 deletions(-) create mode 100644 .gitignore delete mode 100644 src/CreateLicence.d delete mode 100644 src/PlcLicence.d delete mode 100644 src/utils.d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4313dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +src/**.o +src/**.d +output/**.exe + diff --git a/src/CreateLicence.d b/src/CreateLicence.d deleted file mode 100644 index b115cc8..0000000 --- a/src/CreateLicence.d +++ /dev/null @@ -1,2 +0,0 @@ -src/CreateLicence.o: src/CreateLicence.cpp include/plcLicence.h \ - include/utils.h diff --git a/src/PlcLicence.d b/src/PlcLicence.d deleted file mode 100644 index 20d5738..0000000 --- a/src/PlcLicence.d +++ /dev/null @@ -1 +0,0 @@ -src/PlcLicence.o: src/PlcLicence.cpp include/plcLicence.h include/utils.h diff --git a/src/utils.d b/src/utils.d deleted file mode 100644 index 84038b9..0000000 --- a/src/utils.d +++ /dev/null @@ -1,29 +0,0 @@ -src/utils.o: src/utils.cpp include/openssl/conf.h \ - include/openssl/macros.h include/openssl/opensslconf.h \ - include/openssl/configuration.h include/openssl/opensslv.h \ - include/openssl/bio.h include/openssl/e_os2.h include/openssl/crypto.h \ - include/openssl/safestack.h include/openssl/stack.h \ - include/openssl/types.h include/openssl/cryptoerr.h \ - include/openssl/symhacks.h include/openssl/cryptoerr_legacy.h \ - include/openssl/core.h include/openssl/bioerr.h include/openssl/lhash.h \ - include/openssl/conferr.h include/openssl/conftypes.h \ - include/openssl/err.h include/openssl/ssl.h include/openssl/comp.h \ - include/openssl/comperr.h include/openssl/x509.h \ - include/openssl/buffer.h include/openssl/buffererr.h \ - include/openssl/evp.h include/openssl/core_dispatch.h \ - include/openssl/evperr.h include/openssl/params.h include/openssl/bn.h \ - include/openssl/bnerr.h include/openssl/objects.h \ - include/openssl/obj_mac.h include/openssl/asn1.h \ - include/openssl/asn1err.h include/openssl/objectserr.h \ - include/openssl/ec.h include/openssl/ecerr.h include/openssl/rsa.h \ - include/openssl/rsaerr.h include/openssl/dsa.h include/openssl/dh.h \ - include/openssl/dherr.h include/openssl/dsaerr.h include/openssl/sha.h \ - include/openssl/x509err.h include/openssl/x509_vfy.h \ - include/openssl/pkcs7.h include/openssl/pkcs7err.h \ - include/openssl/http.h include/openssl/pem.h include/openssl/pemerr.h \ - include/openssl/hmac.h include/openssl/async.h \ - include/openssl/asyncerr.h include/openssl/ct.h include/openssl/cterr.h \ - include/openssl/sslerr.h include/openssl/sslerr_legacy.h \ - include/openssl/prov_ssl.h include/openssl/ssl2.h include/openssl/ssl3.h \ - include/openssl/tls1.h include/openssl/dtls1.h include/openssl/srtp.h \ - include/utils.h