فهرست منبع

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
Vassilis 8 سال پیش
والد
کامیت
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/*