From a09495acfaaefd1ef20fe922796caadca27b52a9 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Thu, 19 Nov 2015 09:47:07 +0100 Subject: [PATCH] new rules --- .gitignore | 2 ++ ws/Docbook/Dbtools/.gitignore | 2 ++ ws/eclipse/HibIntro/.gitignore | 1 + ws/eclipse/Xmlparse/.gitignore | 1 + 4 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d9860d557..216936d70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *~ target +.project +.settings \ No newline at end of file diff --git a/ws/Docbook/Dbtools/.gitignore b/ws/Docbook/Dbtools/.gitignore index 6c80f7445..9f93daecf 100644 --- a/ws/Docbook/Dbtools/.gitignore +++ b/ws/Docbook/Dbtools/.gitignore @@ -1,3 +1,5 @@ /target /.classpath /.project +/.settings + diff --git a/ws/eclipse/HibIntro/.gitignore b/ws/eclipse/HibIntro/.gitignore index 39ba83c72..ca8450f55 100644 --- a/ws/eclipse/HibIntro/.gitignore +++ b/ws/eclipse/HibIntro/.gitignore @@ -1,4 +1,5 @@ /target /.classpath +/.settings /.project /bin diff --git a/ws/eclipse/Xmlparse/.gitignore b/ws/eclipse/Xmlparse/.gitignore index 6c80f7445..c650a1dc6 100644 --- a/ws/eclipse/Xmlparse/.gitignore +++ b/ws/eclipse/Xmlparse/.gitignore @@ -1,3 +1,4 @@ /target /.classpath +/.settings /.project -- GitLab