From c6510d9764cdf4dbc23232fc73047aa3501aa5b2 Mon Sep 17 00:00:00 2001 From: na Date: Fri, 20 Jan 2017 16:43:19 +0100 Subject: exclude *.d --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 738b015..6f173d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode build/*.o build/*.cpp +build/*.d .ninja* \ No newline at end of file diff --git a/README.md b/README.md index 0759eab..6573bac 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ A build `kernladung.lead` is provided in the build dir. It was build on my arch6 # Install it +(in development, currently does not work!) + $ sudo ninja install -- cgit v1.2.3