]> git.tuebingen.mpg.de Git - dss.git/commitdiff
Update .gitignore.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Nov 2017 09:54:44 +0000 (10:54 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 6 Nov 2017 09:54:44 +0000 (10:54 +0100)
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

index 39db697fd968234270c30c34ef6f0486f431ca0c..1bb2a256e58d29073cf553ece92b355f5bf2ef7b 100644 (file)
@@ -1,8 +1,9 @@
 Makefile.deps
-*.[oa]
-cmdline.[ch]
+*.o
+*.swp
 dss.lsg.*
 dss
 dss.1
 dss.1.html
 dss.png
+index.html