This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 1f2bd21dee87dbb95c7009466d53950a78764058 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Aug 9 13:06:49 2022 +0200 Add to git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5639cf6..aa1bb21 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ target/ .camel-jbang/ .vscode/ .idea/ -camel-runner.jar \ No newline at end of file +camel-runner.jar +*.i?? \ No newline at end of file
