Browse Source

adapt gitignore to ignore latex aux files

genderequality-alternative
JosuaKugler 4 years ago
parent
commit
ce8e9fdf62
3 changed files with 4 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. BIN
      reports/zwischenbericht.pdf
  3. +1
    -0
      reports/zwischenbericht.tex

+ 3
- 0
.gitignore View File

@@ -1,3 +1,6 @@
*.xml
/doc/
/Meta/
/reports/
!/reports/*.pdf
!/reports/*.tex

BIN
reports/zwischenbericht.pdf View File


+ 1
- 0
reports/zwischenbericht.tex View File

@@ -1,4 +1,5 @@
\documentclass{article}
\usepackage[top=2.5cm, bottom=2.5cm]{geometry}

\begin{document}
\section*{Was wurde bisher gemacht?}


Loading…
Cancel
Save