I think they have been added only on master, so probably that file comes from the master checkout
-- Andrea Cosentino ---------------------------------- Apache Camel PMC Chair Apache Karaf Committer Apache Servicemix PMC Member Email: [email protected] Twitter: @oscerd2 Github: oscerd On Friday, May 17, 2019, 9:09:26 AM GMT+2, <[email protected]> wrote: This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.x by this push: new 788695c Add flattern pom to git ignore 788695c is described below commit 788695c037543f5338e98ec591cf9421363f88c9 Author: Claus Ibsen <[email protected]> AuthorDate: Fri May 17 08:46:32 2019 +0200 Add flattern pom to git ignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3c82eb9..221f200 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ log-camel-lsp.out .vscode *.code-workspace components/camel-cxf/activemq-data +.flattened-pom.xml \ No newline at end of file
