Skip to content

Ignore hash testing binaries and logs #613

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 31, 2021

Conversation

ghbrown
Copy link
Member

@ghbrown ghbrown commented Dec 31, 2021

During a previous PR (#499) I accidentally committed changes which included the addition of some .bin and .txt files generated in the hash function testing process. @jvdp1 asked that I remove said files and create a new PR that .gitignores them.

I have ignored the .bin files by adding them to the top level .gitignore, and added log to the .txt file names so they get caught by an existing entry (*log*.txt) in the .gitignore. Alternatively, I could add test or log to the .bin files as well so they are caught by existing ignore entries, if this is preferable.

Related question:
The current .gitignore also ends up leaving a lot of untracked files and executables from the manual make process. I think this is largely fine, since we use fypp which makes it hard to ignore all .f90 files (for example), but am I correct in saying that there are no make rules to remove these in-tree artifacts (I've tried make -f Makefile.manual clean, but it does not seem to work)?

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I will merge it.

@jvdp1 jvdp1 merged commit 03b1695 into fortran-lang:master Dec 31, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants