From c3efb6fcbf76b0b136fca3dd6702d41b93ca0630 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 5 Mar 2015 15:10:50 -0500 Subject: [PATCH] Remove .toc and .aux files from repo --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a436ac6..a825808 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,5 @@ node_modules .lock-wscript #tex stuff -.aux -.toc +*.aux +*.toc