From d7e4d75233efee0e71ea51a7442a11992a3f9047 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 1 Mar 2018 13:54:22 +0100 Subject: 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 --- src/vpp-api/java/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/vpp-api/java/.gitignore (limited to 'src/vpp-api/java') 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 -- cgit 1.2.3-korg