From a9af9b24b7fbfb31110123b125fb7fc916cff24f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 12 Feb 2016 14:50:35 +0100 Subject: Put everything on git --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1aff5a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,47 @@ +# TeX +*.aux +*.glo +*.idx +*.fdb_latexmk +*.fls +*.log +*.toc +*.ist +*.acn +*.acr +*.alg +*.bbl +*.blg +*.dvi +*.glg +*.gls +*.ilg +*.ind +*.lof +*.lot +*.maf +*.mtc +*.mtc1 +*.out +*.pdf +*.swp +*.synctex.gz +_minted-*/ + +# Haskell +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ -- cgit v1.2.3