From de5652e336fa1e68765800cb3be27b893042281e Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 7 Dec 2021 00:42:35 +0100
Subject: [PATCH] Fix .gitignore

---
 .gitignore          |  2 +-
 man/nngd-package.Rd | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 man/nngd-package.Rd

diff --git a/.gitignore b/.gitignore
index 57d912a..b07def6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 /NAMESPACE
-/man/
+/man/*
 !/man/nngd-package.Rd
 /R/RcppExports.R
 /src/RcppExports.cpp
diff --git a/man/nngd-package.Rd b/man/nngd-package.Rd
new file mode 100644
index 0000000..bfa8022
--- /dev/null
+++ b/man/nngd-package.Rd
@@ -0,0 +1,30 @@
+\name{nngd-package}
+\alias{nngd-package}
+\alias{nngd}
+\docType{package}
+
+\title{
+	\packageTitle{nngd}
+}
+
+\description{
+	\packageDescription{nngd}
+}
+
+\details{
+  TODO. See functions \code{nng()} and \code{ectd()}.
+}
+
+\author{
+	\packageAuthor{nngd}
+
+	Maintainer: \packageMaintainer{nngd}
+}
+
+%\references{
+%	TODO: Literature or other references for background information
+%}
+
+%\examples{
+%	TODO: simple examples of the most important functions
+%}
-- 
2.44.0