From 88c06828a097914c971a893f0048cd911e9b1a22 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 30 Apr 2019 14:32:56 -0400 Subject: Use Lua script to generate README, doc.go and index.html rather than autoreadme --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b28eb22..87a2697 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,8 @@ private *.swp **/*.test .idea/ +doc/body.html +doc/body.md +doc/index.html +doc/index.html.ok +coverage.html -- cgit v1.2.1-24-ge1ad From ed240cb3be2b6e232a4944f9ae13cc762735e86c Mon Sep 17 00:00:00 2001 From: Joe Westcott Date: Fri, 23 Aug 2019 12:06:16 +0100 Subject: Add DS_Store to gitignore (#292) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 87a2697..1fae316 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ doc/body.md doc/index.html doc/index.html.ok coverage.html + +# macOS +.DS_Store \ No newline at end of file -- cgit v1.2.1-24-ge1ad