adapt gitignore to ignore latex aux files

This commit is contained in:
2021-07-14 08:57:52 +02:00
parent 56e5efa0d4
commit ce8e9fdf62
3 changed files with 4 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
*.xml *.xml
/doc/ /doc/
/Meta/ /Meta/
/reports/
!/reports/*.pdf
!/reports/*.tex
Binary file not shown.
+1
View File
@@ -1,4 +1,5 @@
\documentclass{article} \documentclass{article}
\usepackage[top=2.5cm, bottom=2.5cm]{geometry}
\begin{document} \begin{document}
\section*{Was wurde bisher gemacht?} \section*{Was wurde bisher gemacht?}