aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAikhjarto <wagner-thomas@gmx.at>2019-11-08 22:12:40 +0100
committerBrendan Forster <brendan@github.com>2019-11-08 17:12:40 -0400
commitb58b5341d33bfa70c88659080a7709ab522d5e23 (patch)
tree8e9dbb21bdb4b409eb0f40528e50baa2b36170a9
parente5b26f5c9ba9d7d1b97f6e067a47be78d3f2c79d (diff)
downloadgitignore-b58b5341d33bfa70c88659080a7709ab522d5e23.tar.gz
gitignore-b58b5341d33bfa70c88659080a7709ab522d5e23.zip
exclude *.tps files from TeXnicCenter (#3213)
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.
-rw-r--r--TeX.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/TeX.gitignore b/TeX.gitignore
index cff4f61b..859f705b 100644
--- a/TeX.gitignore
+++ b/TeX.gitignore
@@ -259,6 +259,9 @@ TSWLatexianTemp*
# KBibTeX
*~[0-9]*
+# TeXnicCenter
+*.tps
+
# auto folder when using emacs and auctex
./auto/*
*.el