aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-03-01 13:54:22 +0100
committerKeith Burns <alagalah@gmail.com>2018-03-02 19:16:08 +0000
commitd7e4d75233efee0e71ea51a7442a11992a3f9047 (patch)
tree11ba721bc6a36972579c5f3a6e5452a3806b88c7 /src/vpp-api
parent30ec82161f5dd943fbc88e5bcfccfed66d1bf1a2 (diff)
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>
Diffstat (limited to 'src/vpp-api')
-rw-r--r--src/vpp-api/java/.gitignore2
1 files changed, 2 insertions, 0 deletions
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