From f01e08cada5d3ac1cbc43e93d8c10b1c284bd9ff Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 24 Jul 2014 18:06:29 +0200 Subject: [PATCH] Initial commit --- .gitignore | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitmodules | 6 ++++ butler | 1 + mpp | 1 + 4 files changed, 97 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 160000 butler create mode 160000 mpp diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91b15a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,89 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc + +## Intermediate documents: +*.dvi +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Auxiliary and intermediate files from other packages: + +# algorithms +*.alg +*.loa + +# amsthm +*.thm + +# beamer +*.nav +*.snm +*.vrb + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls + +# hyperref +*.brf + +# listings +*.lol + +# makeidx +*.idx +*.ilg +*.ind +*.ist + +# minitoc +*.maf +*.mtc +*.mtc0 + +# minted +*.pyg + +# nomencl +*.nlo + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# todonotes +*.tdo + +# xindy +*.xdy diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3bcf5ae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "butler"] + path = butler + url = git@bitbucket.org:thilp/butler.git +[submodule "mpp"] + path = mpp + url = git@bitbucket.org:thilp/mpp.git diff --git a/butler b/butler new file mode 160000 index 0000000..27dc370 --- /dev/null +++ b/butler @@ -0,0 +1 @@ +Subproject commit 27dc370ad277324d9ef1c391253c554469d73637 diff --git a/mpp b/mpp new file mode 160000 index 0000000..7709028 --- /dev/null +++ b/mpp @@ -0,0 +1 @@ +Subproject commit 770902825f76bd7e42b564eafa4423b80f3058a7