From 62a9797cd15f236ae68e57a47342992b0c656407 Mon Sep 17 00:00:00 2001 From: Stefan Schroeder <4sschroeder@gmail.com> Date: Tue, 4 Jun 2013 16:06:05 +0200 Subject: [PATCH] add gitignore --- jsprit-analysis/.gitignore | 3 +++ jsprit-core/.gitignore | 3 +++ jsprit-examples/.gitignore | 4 ++++ jsprit-instances/.gitignore | 3 +++ jsprit-project/.gitignore | 3 +++ 5 files changed, 16 insertions(+) create mode 100644 jsprit-analysis/.gitignore create mode 100644 jsprit-core/.gitignore create mode 100644 jsprit-examples/.gitignore create mode 100644 jsprit-instances/.gitignore create mode 100644 jsprit-project/.gitignore diff --git a/jsprit-analysis/.gitignore b/jsprit-analysis/.gitignore new file mode 100644 index 00000000..8bcd07dd --- /dev/null +++ b/jsprit-analysis/.gitignore @@ -0,0 +1,3 @@ +/bin +/target +/output \ No newline at end of file diff --git a/jsprit-core/.gitignore b/jsprit-core/.gitignore new file mode 100644 index 00000000..8bcd07dd --- /dev/null +++ b/jsprit-core/.gitignore @@ -0,0 +1,3 @@ +/bin +/target +/output \ No newline at end of file diff --git a/jsprit-examples/.gitignore b/jsprit-examples/.gitignore new file mode 100644 index 00000000..4febb543 --- /dev/null +++ b/jsprit-examples/.gitignore @@ -0,0 +1,4 @@ +/output +/bin +/target + diff --git a/jsprit-instances/.gitignore b/jsprit-instances/.gitignore new file mode 100644 index 00000000..8bcd07dd --- /dev/null +++ b/jsprit-instances/.gitignore @@ -0,0 +1,3 @@ +/bin +/target +/output \ No newline at end of file diff --git a/jsprit-project/.gitignore b/jsprit-project/.gitignore new file mode 100644 index 00000000..8bcd07dd --- /dev/null +++ b/jsprit-project/.gitignore @@ -0,0 +1,3 @@ +/bin +/target +/output \ No newline at end of file