Skip to content
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

Git ignore list missing some build products #2534

Open
WalterKolczynski-NOAA opened this issue Dec 10, 2024 · 0 comments
Open

Git ignore list missing some build products #2534

WalterKolczynski-NOAA opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working EPIC Support Requested

Comments

@WalterKolczynski-NOAA
Copy link

WalterKolczynski-NOAA commented Dec 10, 2024

Description

The .gitignore file is missing some build products. This causes git status to report untracked files and results in the directory showing as 'dirty' after building when used as a submodule. Git status should report as clean even after compilation.

To Reproduce:

  1. Build model with tests/compile.sh (I don't think the configuration matters)
  2. Run git status
  3. Observe the untracked file list:
Untracked files:
  (use "git add <file>..." to include in what will be committed)
        compile_0_time.log
        tests/modules.ufs_model.lua
        tests/ufs_common.lua

nothing added to commit but untracked files present (use "git add" to track)

Additional context

Should be able to resolve by simply adding the files above to the .gitignore file.

Output

@WalterKolczynski-NOAA WalterKolczynski-NOAA added the bug Something isn't working label Dec 10, 2024
@WalterKolczynski-NOAA WalterKolczynski-NOAA changed the title gitignore list missing some build products .gitignore list missing some build products Dec 10, 2024
@WalterKolczynski-NOAA WalterKolczynski-NOAA changed the title .gitignore list missing some build products Git ignore list missing some build products Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working EPIC Support Requested
Projects
Status: No status
Development

No branches or pull requests

2 participants