Skip to content

Commit cb3e44c

Browse files
committed
Try to ungitignore the Android jar
1 parent d7d3c69 commit cb3e44c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*.so binary
5757
*.dll binary
5858
*.dylib binary
59-
59+
*.jar binary
6060

6161
# Verify
6262
*.verified.txt text eol=lf working-tree-encoding=UTF-8

sources/SDL/Native/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!android/*.jar

0 commit comments

Comments
 (0)