From cf6f8c5fe8d4f03ddc76bfb8d6ccebc8a73573a2 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 23 Jan 2016 18:48:35 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20ant=20task=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=BE=D0=BD=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=B1=D0=B8=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=20=D0=B2=20=D0=B5=D0=B4?= =?UTF-8?q?=D0=B8=D0=BD=D1=8B=D0=B9=20jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- build.xml | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 838458f..c626897 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/dist/ \ No newline at end of file +/dist/ +/store/ +/nbproject/private/ \ No newline at end of file diff --git a/build.xml b/build.xml index f3b3e8f..51cd47d 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,34 @@ Builds, tests, and runs the project OwnLang. + + + + + + + + + + + + + + + + + + + + + + + + + + +