SDL-Hercules-390 / hyperion

The SDL Hercules 4.x Hyperion version of the System/370, ESA/390, and z/Architecture Emulator
Other
237 stars 89 forks source link

GIT: Additional gitignore files? #635

Closed JamesWekel closed 6 months ago

JamesWekel commented 6 months ago

Minor issue!

After a 'make check', git shows untracked files:

tn529@NucDev-5:~/dev/gitrepos/hyperion$ git status
On branch Issue480-2
Your branch is up to date with 'origin/Issue480-2'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        3211.txt
        tests/3330-shadow_1.cckd64
        tests/3380-shadow_1.cckd64
        tests/3390-shadow_1.cckd64

nothing added to commit but untracked files present (use "git add" to track)
tn529@NucDev-5:~/dev/gitrepos/hyperion$

Here is the console showing no untracked files before the 'make clean': gitignore.txt

Thanks, Jim

Fish-Git commented 6 months ago

Thanks. Fixed by commit a5fd57e6d1a6a67f9a9226d1e1d96ea6a3f88597. Closing.