]> source.dussan.org Git - gitignore.git/commitdiff
exclude *.tps files from TeXnicCenter (#3213)
authorAikhjarto <wagner-thomas@gmx.at>
Fri, 8 Nov 2019 21:12:40 +0000 (22:12 +0100)
committerBrendan Forster <brendan@github.com>
Fri, 8 Nov 2019 21:12:40 +0000 (17:12 -0400)
TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in.

TeX.gitignore

index cff4f61b5af860954de349a2999336eb32141fb9..859f705bdb6ee2bbbbb24fc91a065ddbbe77666e 100644 (file)
@@ -259,6 +259,9 @@ TSWLatexianTemp*
 # KBibTeX
 *~[0-9]*
 
+# TeXnicCenter
+*.tps
+
 # auto folder when using emacs and auctex
 ./auto/*
 *.el