Skip to content

Commit 8f2d8fa

Browse files
zshbleakerxgfd3
authored andcommitted
Add .gitignore to lib-screensharing
1 parent d42ca1e commit 8f2d8fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.so
2+
*.iml
3+
.gradle
4+
/local.properties
5+
/.idea
6+
/.idea/caches
7+
/.idea/libraries
8+
/.idea/modules.xml
9+
/.idea/workspace.xml
10+
/.idea/navEditor.xml
11+
/.idea/assetWizardSettings.xml
12+
.DS_Store
13+
/build
14+
/captures
15+
.externalNativeBuild
16+
.cxx
17+
androidTest/
18+
Test/

0 commit comments

Comments
 (0)