From: Marek Gradzki Date: Thu, 1 Mar 2018 12:54:22 +0000 (+0100) Subject: gitignore: negate "No core files" pattern in 'vpp-api/java' X-Git-Tag: v18.04-rc1~221 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=d7e4d75233efee0e71ea51a7442a11992a3f9047 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 --- diff --git a/src/vpp-api/java/.gitignore b/src/vpp-api/java/.gitignore new file mode 100644 index 00000000000..62165b48184 --- /dev/null +++ b/src/vpp-api/java/.gitignore @@ -0,0 +1,2 @@ +# Negate "No core files" pattern from the toplevel .gitignore +!**/core \ No newline at end of file