Explorar el Código

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.
pull/3205/head^2
Aikhjarto hace 4 años
padre
commit
b58b5341d3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      TeX.gitignore

+ 3
- 0
TeX.gitignore Ver fichero

@@ -259,6 +259,9 @@ TSWLatexianTemp*
# KBibTeX
*~[0-9]*

# TeXnicCenter
*.tps

# auto folder when using emacs and auctex
./auto/*
*.el

Cargando…
Cancelar
Guardar