jpabeem / MergePDF

A small pdf merging tool built upon PDFsharp.
MIT License
16 stars 13 forks source link

Remove bin and obj directories from source control #11

Closed floatas closed 6 years ago

floatas commented 6 years ago

MergePDF/bin/ and MergePDF/obj/ directories are generated automatically on build. Both of these directories (with all subdirectories and files) should be removed from source and ignored in git configuration (.gitignore).