aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-30 13:19:19 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-30 13:19:19 -0400
commit14efaa028382a75f97371cc15c3d0e49b7d7728d (patch)
tree9a6bd3db67673227ac0857404753bcd3f6cbb2cb /.gitignore
parent87e16087b74d1348a1500a24cce238a2463822dc (diff)
downloadtor-14efaa028382a75f97371cc15c3d0e49b7d7728d.tar
tor-14efaa028382a75f97371cc15c3d0e49b7d7728d.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index efee90555..de1eb0469 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