Closed
Description
After running sh validate.sh
locally1, there are untracked files;
$ git status --untracked
On branch test/release-dry-run-9601
Your branch is up to date with 'origin/test/release-dry-run-9601'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
testdb/intree/cabal.project-test
testdb/intree/store/ghc-8.8.4/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce/bin/alex
testdb/intree/store/ghc-8.8.4/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce/cabal-hash.txt
testdb/intree/store/ghc-8.8.4/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce/share/AlexTemplate.hs
testdb/intree/store/ghc-8.8.4/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce/share/AlexWrappers.hs
testdb/intree/store/ghc-8.8.4/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce/share/doc/LICENSE
testdb/intree/store/ghc-8.8.4/incoming/alex-3.5.0.0-e-alex-41f8a1132e25d0a231e7f9fc4451befbbf41a4ba94929224d450e60261712fce.lock
testdb/intree/store/ghc-8.8.4/package.db/package.cache
testdb/intree/store/ghc-8.8.4/package.db/package.cache.lock
We can .gitignore
these can't we?
Footnotes
-
I ran validate on another branch but expect it would be the same on the master branch. ↩