From e01f8729afb2eccae594a08b72d652ee1bc94769 Mon Sep 17 00:00:00 2001 From: Ingo Mohr Date: Sat, 28 Sep 2013 12:41:05 +0200 Subject: [PATCH] #8 updated .gitignore specs --- org.ustok.checklist.app/.gitignore | 1 + org.ustok.checklist.build/.gitignore | 2 ++ org.ustok.checklist.product/.gitignore | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 org.ustok.checklist.build/.gitignore create mode 100644 org.ustok.checklist.product/.gitignore diff --git a/org.ustok.checklist.app/.gitignore b/org.ustok.checklist.app/.gitignore index 5e56e04..934e0e0 100644 --- a/org.ustok.checklist.app/.gitignore +++ b/org.ustok.checklist.app/.gitignore @@ -1 +1,2 @@ /bin +/target diff --git a/org.ustok.checklist.build/.gitignore b/org.ustok.checklist.build/.gitignore new file mode 100644 index 0000000..bb5e943 --- /dev/null +++ b/org.ustok.checklist.build/.gitignore @@ -0,0 +1,2 @@ +/bin +/target \ No newline at end of file diff --git a/org.ustok.checklist.product/.gitignore b/org.ustok.checklist.product/.gitignore new file mode 100644 index 0000000..bb5e943 --- /dev/null +++ b/org.ustok.checklist.product/.gitignore @@ -0,0 +1,2 @@ +/bin +/target \ No newline at end of file