Skip to content
Snippets Groups Projects
Commit 4dac21d3 authored by Jan Wille's avatar Jan Wille
Browse files

gitignore: no PDF or other generated files

parent b010f1ba
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,14 @@
*.fls
# ignore books and papers in the bibliography folder
# they are not allowed to be uploaded to public servers
bib/*.pdf
bib/*.doc*
# don't upload files that are produced (only source files)
*.pdf
!/Bachelorarbeit.pdf
# keep VScode configs
!.vscode/*
File deleted
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment