From dead9f9151ae2cf14c45e87742284e165976e8c0 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 6 Nov 2017 10:54:44 +0100 Subject: [PATCH] Update .gitignore. We never had .a files in the tree, and the .cmdline.[ch] files went away when we switched to lopsub. The generated index.html was always missing. Moreover, let's add *.swp, the swap files created by vim to recover crashed editing sessions. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39db697..1bb2a25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ Makefile.deps -*.[oa] -cmdline.[ch] +*.o +*.swp dss.lsg.* dss dss.1 dss.1.html dss.png +index.html -- 2.39.2