gitignore: negate "No core files" pattern in 'vpp-api/java' 17/10917/3
authorMarek Gradzki <mgradzki@cisco.com>
Thu, 1 Mar 2018 12:54:22 +0000 (13:54 +0100)
committerKeith Burns <alagalah@gmail.com>
Fri, 2 Mar 2018 19:16:08 +0000 (19:16 +0000)
commitd7e4d75233efee0e71ea51a7442a11992a3f9047
tree11ba721bc6a36972579c5f3a6e5452a3806b88c7
parent30ec82161f5dd943fbc88e5bcfccfed66d1bf1a2
gitignore: negate "No core files" pattern in 'vpp-api/java'

The 'vpp-api/java' includes 'core' subdir which should be tracked.

This patch adds .gitignore for 'vpp-api/java'
to negate pattern that matches 'core' files/dirs,
introduced by https://gerrit.fd.io/r/#/c/9848/.

Change-Id: I4e10ca10a891a2d95d6b45e479ee8d2196749132
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
src/vpp-api/java/.gitignore [new file with mode: 0644]