From: Andre Noll Date: Mon, 6 Nov 2017 09:54:44 +0000 (+0100) Subject: Update .gitignore. X-Git-Tag: v1.0.0~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=dead9f9151ae2cf14c45e87742284e165976e8c0 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. --- 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