Project gitignore ignores test classes

Description

The current project .gitignore file ignores /*/target, which inadvertently ignores the test package org.hibernate.test.annotations.target. The test files are checked in despite the gitignore, so some tools complain about editing ignored files, and any new tests might not get checked in.

Activity

Vlad MihalceaJune 5, 2017 at 6:01 AM

Applied PR upstream.

Rosa RichterJune 3, 2017 at 5:54 PM

I've created a pull request to address this: https://github.com/hibernate/hibernate-orm/pull/1922

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created June 3, 2017 at 5:43 PM
Updated September 13, 2017 at 6:25 PM
Resolved June 5, 2017 at 6:01 AM

Flag notifications