Skip to content

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants