From 8ba29cceef30fd574be8c1f42d407adbc7e2bec5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 6 Jul 2021 17:45:37 +0530 Subject: .gitignore: Update rules regarding website directory. * .gitignore: Replace website with website/index.html and website/manual. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d03af33..39264fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,5 @@ scripts/ccwl test-suite.log tests/*.log tests/*.trs -website \ No newline at end of file +website/index.html +website/manual \ No newline at end of file -- cgit v1.2.3