From 2ae4364e26ded2351dfd9df9e8ace035e02107f7 Mon Sep 17 00:00:00 2001 From: chrysn <chrysn@fsfe.org> Date: Tue, 3 Sep 2019 10:54:16 +0200 Subject: [PATCH] git: Ignore build artefacts Having those in .gitignore removes clutter at `git status`, and prevents accidental inclusion in commits. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..728ce2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +DTLSSocket/dtls.c +build/ -- GitLab