Skip to content

Commit

Permalink
Passende gitignore hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
imntl committed Apr 28, 2019
1 parent 65dab52 commit c2a830a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore all files generated by "pdflatex"
bkhandbuch.pdf

# Ignore log/auxiliary files from tex
*.glo
*.ist
*.aux
*.log
*.out

# Ignore .swp, created by vim
.*.swp

0 comments on commit c2a830a

Please sign in to comment.