소스 검색

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 4 년 전
부모
커밋
b58b5341d3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      TeX.gitignore

+ 3
- 0
TeX.gitignore 파일 보기

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

# TeXnicCenter
*.tps

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

Loading…
취소
저장