소스 검색

More .gitignore tweaks; goodbye latex; hello trs

We don't have any more latex files in Tor, so there's no reason to
.gitignore all of the latex droppings.  On the other hand, automake
likes to use .trs files and .log for test suite outputs.
Nick Mathewson 10 년 전
부모
커밋
14efaa0283
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      .gitignore

+ 2 - 6
.gitignore

@@ -13,15 +13,11 @@
 *.gcno
 *.gcov
 *.gcda
-# latex stuff
-*.aux
-*.dvi
-*.blg
-*.bbl
-*.log
 # Autotools stuff
 .deps
 .dirstamp
+*.trs
+*.log
 # Stuff made by our makefiles
 *.bak
 # Python droppings