Skip to content

Commit e1311e1

Browse files
author
HackMemory
committed
ignore
1 parent f43b168 commit e1311e1

File tree

11 files changed

+21
-6
lines changed

11 files changed

+21
-6
lines changed

.gitignore

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
/package.hub.yml
2-
/build/*
3-
/jars/*
4-
/vendor/*
1+
x-*.jar
2+
build.gradle
3+
gradlew
4+
gradlew.bat
5+
6+
package-lock.php.yml
7+
package.hub.yml
8+
9+
vendor/
10+
11+
build/
12+
out/
13+
14+
gradle/
15+
.gradle/
0 Bytes
Binary file not shown.
50 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sourceSets { main { compileClasspath += configurations.provided } }
2222

2323
dependencies {
2424
provided files('jars/x-jna-4.5.0.jar')
25-
provided files('jars/x-jphp-dffi-ext-1.0.0.jar')
25+
provided files('jars/x-jphp-dffi-ext-1.0.1.jar')
2626
provided files('vendor/jphp-runtime/jars/jphp-runtime-0.9.3-SNAPSHOT.jar',
2727
'vendor/jphp-zend-ext/jars/gson-2.7.jar',
2828
'vendor/jphp-zend-ext/jars/jphp-zend-ext-0.9.3-SNAPSHOT.jar',

jars/x-jphp-dffi-ext-1.0.0.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)