Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/iotcloud
[iotcloud.git] / .gitignore
1 *.class
2 build/
3 compiled/
4 *.o
5 *~
6 /src/js/iotjs/node_modules/
7 node_modules/
8 dist/
9 bower_components
10 test/bower_components
11
12
13 # Joel Bandi says : Some tex dependencies i had to locally download ..please ignore this
14 doc/README
15 doc/algc.sty
16 doc/algcompatible.sty
17 doc/algmatlab.sty
18 doc/algorithmicx.pdf
19 doc/algorithmicx.sty
20 doc/algorithmicx.tex
21 doc/algpascal.sty
22 doc/algpseudocode.sty
23 doc/iotcloud.aux
24 doc/iotcloud.log
25 doc/iotcloud.pdf
26