aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--runners/gradle-integration-tests/testData/basic/classDir/p1/MyBinaryClass.classbin0 -> 670 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a4f7f56b..fe5edc3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,4 +89,6 @@ gradle-app.setting
!lib/*.jar
local.properties
-android.local.properties \ No newline at end of file
+android.local.properties
+
+!runners/gradle-integration-tests/testData/basic/classDir/**/*.class \ No newline at end of file
diff --git a/runners/gradle-integration-tests/testData/basic/classDir/p1/MyBinaryClass.class b/runners/gradle-integration-tests/testData/basic/classDir/p1/MyBinaryClass.class
new file mode 100644
index 00000000..ccfff300
--- /dev/null
+++ b/runners/gradle-integration-tests/testData/basic/classDir/p1/MyBinaryClass.class
Binary files differ