Hi Rainer, I don't think there's a need for .gitignore files in each folder
Cheers, F ---------- Forwarded message ---------- From: <[email protected]> Date: 21 April 2015 at 13:26 Subject: empire-db git commit: gitignore To: [email protected] Repository: empire-db Updated Branches: refs/heads/master 7261b42dc -> 9fb58953f gitignore Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/9fb58953 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/9fb58953 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/9fb58953 Branch: refs/heads/master Commit: 9fb58953f2bd942c27f6cdd3c6e13cc3290317e6 Parents: 7261b42 Author: Rainer Döbele <[email protected]> Authored: Tue Apr 21 13:06:32 2015 +0200 Committer: Rainer Döbele <[email protected]> Committed: Tue Apr 21 13:06:32 2015 +0200 ---------------------------------------------------------------------- .gitignore | 2 ++ empire-db-codegen/.gitignore | 4 ++++ empire-db-dist/.gitignore | 2 ++ empire-db-examples/.gitignore | 2 ++ empire-db-examples/empire-db-example-advanced/.gitignore | 4 ++++ empire-db-examples/empire-db-example-basic/.gitignore | 4 ++++ empire-db-examples/empire-db-example-cxf/.gitignore | 4 ++++ empire-db-examples/empire-db-example-jsf2/.gitignore | 4 ++++ empire-db-examples/empire-db-example-spring/.gitignore | 4 ++++ empire-db-examples/empire-db-example-struts2-cxf/.gitignore | 4 ++++ empire-db-examples/empire-db-example-struts2/.gitignore | 4 ++++ empire-db-jsf2/.gitignore | 4 ++++ empire-db-maven-plugin/.gitignore | 4 ++++ empire-db-struts2/.gitignore | 4 ++++ empire-db/.gitignore | 4 ++++ 15 files changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0c2b833 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.settings/ +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-codegen/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-codegen/.gitignore b/empire-db-codegen/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-codegen/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-dist/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-dist/.gitignore b/empire-db-dist/.gitignore new file mode 100644 index 0000000..0c2b833 --- /dev/null +++ b/empire-db-dist/.gitignore @@ -0,0 +1,2 @@ +/.settings/ +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/.gitignore b/empire-db-examples/.gitignore new file mode 100644 index 0000000..0c2b833 --- /dev/null +++ b/empire-db-examples/.gitignore @@ -0,0 +1,2 @@ +/.settings/ +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-advanced/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-advanced/.gitignore b/empire-db-examples/empire-db-example-advanced/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-advanced/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-basic/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-basic/.gitignore b/empire-db-examples/empire-db-example-basic/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-basic/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-cxf/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-cxf/.gitignore b/empire-db-examples/empire-db-example-cxf/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-cxf/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-jsf2/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-jsf2/.gitignore b/empire-db-examples/empire-db-example-jsf2/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-jsf2/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-spring/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-spring/.gitignore b/empire-db-examples/empire-db-example-spring/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-spring/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-struts2-cxf/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-struts2-cxf/.gitignore b/empire-db-examples/empire-db-example-struts2-cxf/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-struts2-cxf/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-examples/empire-db-example-struts2/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-examples/empire-db-example-struts2/.gitignore b/empire-db-examples/empire-db-example-struts2/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-examples/empire-db-example-struts2/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-jsf2/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-jsf2/.gitignore b/empire-db-jsf2/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-jsf2/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-maven-plugin/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-maven-plugin/.gitignore b/empire-db-maven-plugin/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-maven-plugin/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db-struts2/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db-struts2/.gitignore b/empire-db-struts2/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db-struts2/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project http://git-wip-us.apache.org/repos/asf/empire-db/blob/9fb58953/empire-db/.gitignore ---------------------------------------------------------------------- diff --git a/empire-db/.gitignore b/empire-db/.gitignore new file mode 100644 index 0000000..8bd3a05 --- /dev/null +++ b/empire-db/.gitignore @@ -0,0 +1,4 @@ +/target/ +/.settings/ +/.classpath +/.project
