choderalab / pymbar

Python implementation of the multistate Bennett acceptance ratio (MBAR)
http://pymbar.readthedocs.io
MIT License
240 stars 93 forks source link

Examples output pdfs are listed in untracked files #536

Closed jaclark5 closed 2 months ago

jaclark5 commented 2 months ago

After running the examples provided with the package, a series of pdfs are produced that are recognized by git as untracked files.

mrshirts commented 2 months ago

We could add them? Though be more specific which examples?

mrshirts commented 2 months ago

Are you suggesting just adding a .gitignore for those files?

jaclark5 commented 2 months ago

Yes, I'm suggesting to add a gitignore for the optional files that are generated when running the examples. I assumed you didn't want to include them, otherwise they would have been present when forking the repository.