From 468df1bb58b2d8783c9eabe7a25b4b793541e0be Mon Sep 17 00:00:00 2001 From: lukaseder Date: Mon, 4 Jan 2016 17:00:41 +0100 Subject: [PATCH] [#4893] .gitignore for Kotlin --- jOOQ-examples/jOOQ-kotlin-example/.gitignore | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 jOOQ-examples/jOOQ-kotlin-example/.gitignore diff --git a/jOOQ-examples/jOOQ-kotlin-example/.gitignore b/jOOQ-examples/jOOQ-kotlin-example/.gitignore new file mode 100644 index 0000000000..b83d22266a --- /dev/null +++ b/jOOQ-examples/jOOQ-kotlin-example/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/pom.xml b/pom.xml index 510b582ea4..8ccf3d9e84 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,7 @@ +