diff --git a/.gitignore b/.gitignore index 5c20cbbb6c07bcb46411f416c1c2b867377fe557..fac4f48bbf0a1918340ceb75e5afc552ff8d5fe4 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/svg/CannyEdge_Orientation.pdf b/svg/CannyEdge_Orientation.pdf deleted file mode 100644 index 29966e67d8c06ca71cab63fd468697aee56814ca..0000000000000000000000000000000000000000 Binary files a/svg/CannyEdge_Orientation.pdf and /dev/null differ diff --git a/svg/Lens_distorsion.pdf b/svg/Lens_distorsion.pdf deleted file mode 100644 index c698a19c8bc9cdec5d42641b21b3cd71839fc75b..0000000000000000000000000000000000000000 Binary files a/svg/Lens_distorsion.pdf and /dev/null differ