瀏覽代碼

Update TeX.gitignore

Added a line that adds the `auto` folder that Emacs+ AUCTex automatically creates in the gitignore list. 

More about this `auto` feature below 
https://www.gnu.org/software/auctex/manual/auctex/Parsing-Files.html
pull/2092/head
Vassilis 7 年之前
父節點
當前提交
3a26425160
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      TeX.gitignore

+ 3
- 0
TeX.gitignore 查看文件

@@ -192,3 +192,6 @@ TSWLatexianTemp*

# KBibTeX
*~[0-9]*

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

Loading…
取消
儲存