Skip to content

Commit b3b7202

Browse files
committed
Updated git settings for Android build.
1 parent 5572528 commit b3b7202

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh eol=lf

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
*.sdf
1+
build_android/bin
2+
build_android/gen
3+
build_android/libs
4+
build_android/obj
25
Debug
36
Release
47
ReleaseWithDebugger
58
DebugAot
69
ReleaseAot
10+
*.aps
711
*.ipch
8-
*.userprops
12+
*.sdf
913
*.suo
10-
*.aps
1114
*.user
15+
*.userprops
1216
xcuserdata
1317

0 commit comments

Comments
 (0)