HHH-11788 - Unignore annotations.target test dir

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.

This change adds a `.gitignore` to the annotations package directory,
instead of the root project gitignore, because the package dir is
a more relevant context.
This commit is contained in:
Robert Richter 2017-06-03 12:46:06 -05:00 committed by Vlad Mihalcea
parent 193583466a
commit 46f8302219
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
!/target/