-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent .gitignore among cases #87
Comments
This was referenced Jun 29, 2020
Suggestion (@fsimonis):
|
Closed
Merged
9 tasks
Update on the state: we currently have no global |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In most cases, we don't have a
.gitignore
file, assuming that a developer would clean the result files (e.g. usingAllclean
) before commiting.In other cases (e.g. tutorials/FSI/flap_perp/OpenFOAM-FEniCS/), we provide a
.gitignore
. In this specific case, the.gitignore
is ignoring the complete case directories and then un-ignores specific files.This inconsistency can lead in overseeing files when applying the same change in every tutorial.
A nice approach would be to have a global
tutorials/.gitignore
for the usual suspects (e.g. preCICE log files) and each tutorial could provide its own.gitignore
for any special files.The text was updated successfully, but these errors were encountered: