Skip to content

Ignore validate generated files #9786

Closed
@philderbeast

Description

@philderbeast

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

  1. I ran validate on another branch but expect it would be the same on the master branch.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions