From 3a25d47f187fe7499d2d481d9a0a3411a92bfa11 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 21 Aug 2016 01:14:38 +0200 Subject: Switched from ant to gradle, had to refactor some of the tests because of the new build structure, a bit ugly but should pass --- .gitignore | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 373287b..8823b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,19 @@ __pycache__/ bin/ -dist/ test/spike/ -build/main/ -build/test/ src/Tests.java + +.gradle +/build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar + +# Cache of project +.gradletasknamecache + +# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 +# gradle/wrapper/gradle-wrapper.properties -- cgit v1.2.3