From 5a7899c7f25ce7d0f80f15c749128ec755900c0a Mon Sep 17 00:00:00 2001 From: joelbandi Date: Tue, 26 Jul 2016 05:59:41 -0700 Subject: [PATCH] modded gitignore to get rid of annoying .sty files --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index b28f4ad..6e6fb00 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,19 @@ node_modules/ dist/ bower_components test/bower_components + + +# Joel Bandi says : Some tex dependencies i had to locally download ..please ignore this +doc/README +doc/algc.sty +doc/algcompatible.sty +doc/algmatlab.sty +doc/algorithmicx.pdf +doc/algorithmicx.sty +doc/algorithmicx.tex +doc/algpascal.sty +doc/algpseudocode.sty +doc/iotcloud.aux +doc/iotcloud.log +doc/iotcloud.pdf + -- 2.34.1