From f5295d02148fc8d8438720a9815a2deb7d4b2357 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Sun, 15 Mar 2015 22:13:50 +0100 Subject: [PATCH] Ignoring generated files --- .gitignore | 2 +- Doc/.gitignore | 1 + P/.gitignore | 1 + P/Sda2/Jpa/Cd/.gitignore | 1 + P/Sda2/Jpa/Inherit/Tpch/.gitignore | 2 ++ P/Sda2/Jpa/University/.gitignore | 1 + P/Sda2/Register/src/main/webapp/VAADIN/.gitignore | 1 + 7 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Doc/.gitignore create mode 100644 P/.gitignore create mode 100644 P/Sda2/Register/src/main/webapp/VAADIN/.gitignore diff --git a/.gitignore b/.gitignore index 5236e1e46..d9860d557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ - +target diff --git a/Doc/.gitignore b/Doc/.gitignore new file mode 100644 index 000000000..eb5a316cb --- /dev/null +++ b/Doc/.gitignore @@ -0,0 +1 @@ +target diff --git a/P/.gitignore b/P/.gitignore new file mode 100644 index 000000000..eb5a316cb --- /dev/null +++ b/P/.gitignore @@ -0,0 +1 @@ +target diff --git a/P/Sda2/Jpa/Cd/.gitignore b/P/Sda2/Jpa/Cd/.gitignore index 60016e96d..b21988c2e 100644 --- a/P/Sda2/Jpa/Cd/.gitignore +++ b/P/Sda2/Jpa/Cd/.gitignore @@ -3,3 +3,4 @@ .classpath .project A1.log +dependency-reduced-pom.xml diff --git a/P/Sda2/Jpa/Inherit/Tpch/.gitignore b/P/Sda2/Jpa/Inherit/Tpch/.gitignore index cda0f2c90..28664d227 100644 --- a/P/Sda2/Jpa/Inherit/Tpch/.gitignore +++ b/P/Sda2/Jpa/Inherit/Tpch/.gitignore @@ -3,3 +3,5 @@ A1.log /.settings/ /.classpath /.project +dependency-reduced-pom.xml + diff --git a/P/Sda2/Jpa/University/.gitignore b/P/Sda2/Jpa/University/.gitignore index 60016e96d..b21988c2e 100644 --- a/P/Sda2/Jpa/University/.gitignore +++ b/P/Sda2/Jpa/University/.gitignore @@ -3,3 +3,4 @@ .classpath .project A1.log +dependency-reduced-pom.xml diff --git a/P/Sda2/Register/src/main/webapp/VAADIN/.gitignore b/P/Sda2/Register/src/main/webapp/VAADIN/.gitignore new file mode 100644 index 000000000..e85611d6e --- /dev/null +++ b/P/Sda2/Register/src/main/webapp/VAADIN/.gitignore @@ -0,0 +1 @@ +widgetsets -- GitLab