diff --git a/jOOQ-examples/jOOQ-spring-example/.gitignore b/jOOQ-examples/jOOQ-spring-example/.gitignore index ea8c4bf7f3..02cad9a406 100644 --- a/jOOQ-examples/jOOQ-spring-example/.gitignore +++ b/jOOQ-examples/jOOQ-spring-example/.gitignore @@ -1 +1,2 @@ /target +/*.iml diff --git a/jOOQ-examples/jOOQ-spring-guice-example/.gitignore b/jOOQ-examples/jOOQ-spring-guice-example/.gitignore index ea8c4bf7f3..02cad9a406 100644 --- a/jOOQ-examples/jOOQ-spring-guice-example/.gitignore +++ b/jOOQ-examples/jOOQ-spring-guice-example/.gitignore @@ -1 +1,2 @@ /target +/*.iml diff --git a/jOOQ-test-utils/.gitignore b/jOOQ-test-utils/.gitignore index 934e0e06ff..2ae75ac69a 100644 --- a/jOOQ-test-utils/.gitignore +++ b/jOOQ-test-utils/.gitignore @@ -1,2 +1,3 @@ /bin /target +/*.iml