From 274d6fa244a4e8b52185d90a99274f3cb8891e1f Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Thu, 9 May 2019 12:34:04 +0200 Subject: Add .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ -- cgit v1.2.3 From a258450592ae473764aa5da7c62036c73883ddfe Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 28 May 2019 01:37:01 +0200 Subject: .gitignore update. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b25c15b..d0e940e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *~ +/*.1 +/.pc/ -- cgit v1.2.3 From 25f1dbdf54947bd6bbce653bc64f6c45b2473792 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 5 Jul 2019 01:03:36 +0200 Subject: Refactor documentation. In particular, move manpages to the 'doc' directory, and generate HTML documentation with `make html`. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d0e940e..9dae7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ -/*.1 +/doc/*.1 +/doc/*.html +!/doc/template.html /.pc/ -- cgit v1.2.3