From: Nick Mathewson Date: Wed, 30 Apr 2014 17:19:19 +0000 (-0400) Subject: More .gitignore tweaks; goodbye latex; hello trs X-Git-Tag: tor-0.2.5.5-alpha~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14efaa028382a75f97371cc15c3d0e49b7d7728d;p=thirdparty%2Ftor.git 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. --- diff --git a/.gitignore b/.gitignore index efee905550..de1eb04694 100644 --- a/.gitignore +++ b/.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